twenty icon indicating copy to clipboard operation
twenty copied to clipboard

Issues with the placement for the app tooltip

Open nimraahmed opened this issue 7 months ago • 3 comments

Bug Description

For the app tool tip, you have multiple placement options: bottom, left, right, top, top-start, top-end, right-start, right-end, bottom-start, bottom-end, left-start, and left-end

However, not all of them work as they should:

  1. For both the right and left positions, the tooltip opens up on the right:

position=left:

image

position=right:

image

  1. When position is set to top, the tooltip opens at the bottom again:

image

but it should open up at the top, like this:

image

Similarly, the following placements don't work as expected (in addition to top and left):

  • top-start
  • bottom-start
  • bottom-end
  • left-start ((opens up on the right))
  • left-end (opens up on the right)

The placements that work fine are:

  • bottom
  • right
  • right-start
  • right-end

nimraahmed avatar Dec 03 '23 15:12 nimraahmed