Ticket #4995 (new defect)
Focusing an offscreen widget with a tooltip results in an offset tooltip
| Reported by: | guest | Owned by: | bill |
|---|---|---|---|
| Priority: | low | Milestone: | 1.3 |
| Component: | Dijit | Version: | 0.9 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
If you programatically focus a widget (I was using ValidationTextbox?) that has a tooltip and the focus results in scrolling of the window the tooltip will display in the wrong spot. The tooltip will be offset by how far the page scrolled.
The tooltip location calculation should occur after the page is scrolled, or rather the tooltip should be located relative to the widget itself and not the page coordinates. (I'm not really sure how this calculation is currently done)
Change History
Note: See
TracTickets for help on using
tickets.