origo icon indicating copy to clipboard operation
origo copied to clipboard

Tooltip needs some attention.

Open Flodkvist opened this issue 10 months ago • 0 comments

Tooltips needs a little work, this issue is created as a result of discussions on PR #1984 I´m not sure this is a good way to go about it formulating this issue, let me know if we have other conventions in this type of situation.

Summary from previous discussion.

  1. Tooltips can sometimes have issues with z-index and lag.
  2. Tooltips should appear when hovering on a tool and disappear when mouse pointer leaves the specific tool/button. Currently the tooltip can get stuck if mouse pointer hovers on tooltip which can happen in certain scenarios (see mentioned PR)

Problems 1 and 2 can be fixed with @tonnyandersson ´s solution: image

  1. Tool tips have some kind of anchor point which seems to be highlighted in white when tooltip is active. This is visible when background have a contrasting color.

Problem 3 could possibly be fixed with this: image

  1. I dont know if we need tooltips on everything but I think the editor controls should have it. image

Flodkvist avatar Apr 04 '24 13:04 Flodkvist