Opened 14 years ago
Closed 14 years ago
#3236 closed defect (fixed)
[Tooltip] Tooltip appears on top of save/cancel
Reported by: | haysmark | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In test_InlineEditBox, the tooltip clearly obscures the save button. In response to the usability issues posted on the forum, we need to find a better way to position the tooltip so that it does not obscure the save button.
Note: See
TracTickets for help on using
tickets.
(In [9126]) Make tooltip appear on right, or on left for browsers with text-direction set to right-to-left (middle eastern languages).
Add images/CSS rules for all orientations of tooltip.
Mostly working although have to fix handling when tooltip doesn't fit on right.
Fixes #3267, #3236