Changes between Version 3 and Version 13 of Ticket #5777
- Timestamp:
- Feb 23, 2011, 11:21:48 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5777
-
Property
Status
changed from
new
toreopened
-
Property
Summary
changed from
popups: close when window resized
topopups: move/close when window resized
-
Property
Milestone
changed from
1.4
tofuture
-
Property
Status
changed from
-
Ticket #5777 – Description
v3 v13 1 1 I guess the problem is related to ticket #5776. 2 2 3 Some of the widgets use dijit.popup to show some content attached to the widget, e.g. TimeTextBox shows _TimePicker. When you have the content of the page centered (or right-aligned I guess) resizing the browser window make all the page elements move. But the popups do not move, since they are positioned with:3 Some of the widgets use dijit.popup to show some content attached to the widget, e.g. !TimeTextBox shows _TimePicker. When you have the content of the page centered (or right-aligned I guess) resizing the browser window make all the page elements move. But the popups do not move, since they are positioned with: 4 4 {{{ 5 5 // In dijit/base/_place.js:155-156 you can read: