Opened 13 years ago
Closed 13 years ago
#7688 closed defect (fixed)
dijit.Dialog: Programmatically created dialog can be interacted with even without it showing
Reported by: | mrblakwell | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I have a dialog with a dijit.form.DateTextBox? in it. when it is first initialized, I can click where the date field should be when the dialog is showing and it will open the calendar popup.
i have posted a test case at: http://grrrargh.com/dojo/dialogBug
Attachments (1)
Change History (3)
comment:1 Changed 13 years ago by
Milestone: | tbd → 1.2 |
---|
Changed 13 years ago by
attaching testcase from URL mentioned in initial comment
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This is already fixed in 1.2, you can see the difference in firebug. In 1.2 the id=dlog domNode is created with top=-9999px, not +200px.