#10525 closed defect (fixed)
Dialog: exception on page unload when Dialog is shown (IE)
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.4.2 |
Component: | Dijit | Version: | 1.4.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Seeing errors on the attached scripts (against dojo 1.3 and dojo 1.4 google CDN, plus against trunk) when refreshing the page or shutting down the browser.
Steps to reproduce:
- click menu / sub menu / item 3 to bring up dialog
- close dialog
- repeat step 1
- close browser or click refresh
At this point, on dojo 1.3 I get an exception dialog:
this.domNode.style is not defined
On dojo 1.4 I get:
this.bgIframe is not defined
Presumably the dialog only pops up if the browser has the setting to display alerts on all exceptions.
Reproduced on IE6.
Attachments (3)
Change History (7)
Changed 11 years ago by
Attachment: | exampleMenu.html added |
---|
comment:1 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Milestone: | 1.5 → 1.4.2 |
---|
Note: See
TracTickets for help on using
tickets.
against trunk