Opened 13 years ago
Closed 13 years ago
#5758 closed defect (fixed)
Dialogs when hidden isn't positioned outside viewport
Reported by: | guest | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When a Dialog is hidden visibility is set to "hidden" but it isn't positioned outside viewport.
This way you have an hidden dialog over the page that create interactio problems.
Attached patch solve the problem resetting top to -9999px when hidden.
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | dialog.patch added |
---|
comment:1 Changed 13 years ago by
Owner: | set to bill |
---|---|
Status: | new → assigned |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [12303]) Be sure to position dialog off screen when it's hidden. Fixes #5758.