Opened 6 years ago
Last modified 3 years ago
#18671 new defect
Tooltip: doesn't come along with the textbox when window resizing
Reported by: | yushengh | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.14 |
Component: | Dijit - Form | Version: | 1.10.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Open the following JSFiddle: http://jsfiddle.net/yushengh/wwmowff9/3/
Select any dojo version from 1.7.x to 1.10.x from the left drop down. Click Run.
- Click Username textfield in the dialog, click somewhere else, then click the Username textfield again to popup the tooltip.
- Resize the window
- See the tooltip doesn't come along with the dialog when window resizing.
Change History (3)
comment:1 Changed 6 years ago by
Summary: | dijit/form/ValidationTextBox: Validation tooltip doesn't come along with the textbox when window resizing → Tooltip: doesn't come along with the textbox when window resizing |
---|
comment:2 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|
comment:3 Changed 3 years ago by
Milestone: | 1.13 → 1.14 |
---|
Note: See
TracTickets for help on using
tickets.
Yes, that's true, it's because the code to reposition popups is in dijit/popup not dijit/place, so it works for everything except Tooltip.