Opened 13 years ago
Closed 13 years ago
#9779 closed enhancement (duplicate)
Dialog: should use position:fixed instead of position:absolute
Reported by: | andriuss | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | tbd |
Component: | Dijit | Version: | 1.3.2 |
Keywords: | Cc: | nonken | |
Blocked By: | Blocking: |
Description
dijit.Dialog and dijit.DialogUnderlay? should use position:fixed instead of position:absolute. position:absolute should be used only for IE6 or earlier.
the main problem with position:absolute is that screen flicks while scrolling content under the dialog.
Change History (1)
comment:1 Changed 13 years ago by
Priority: | high → low |
---|---|
Resolution: | → duplicate |
severity: | major → trivial |
Status: | new → closed |
Summary: | dijit.Dialog should use position:fixed instead of position:absolute → Dialog: should use position:fixed instead of position:absolute |
Type: | defect → enhancement |
Note: See
TracTickets for help on using
tickets.
Some browsers do flicker, although I don't think it's a big issue as not many people try to scroll the screen while looking at a dialog.
See also #9597.
Anyway, this is a dup of #8679.