Ticket #5758 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

Dialogs when hidden isn't positioned outside viewport

Reported by: guest Owned by: bill
Priority: normal Milestone: 1.1
Component: Dijit Version: 1.0
Severity: major Keywords:
Cc:

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

dialog.patch (339 bytes) - added by guest 10 months ago.

Change History

Changed 10 months ago by guest

Changed 10 months ago by bill

  • owner set to bill
  • status changed from new to assigned

Changed 10 months ago by bill

  • status changed from assigned to closed
  • resolution set to fixed

(In [12303]) Be sure to position dialog off screen when it's hidden. Fixes #5758.

Note: See TracTickets for help on using tickets.