Opened 12 years ago
Closed 12 years ago
#8278 closed defect (fixed)
error on resize browser window when Dialog is shown
Reported by: | liucougar | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dijit | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
regression introduced in [16044]
- go to /dijit/tests/test_Dialog.html
- open a dilaog
- resize the browser window
- error in firefug: this._underlay is undefined
Change History (3)
comment:1 Changed 12 years ago by
Owner: | set to liucougar |
---|
comment:2 Changed 12 years ago by
Milestone: | tbd → 1.3 |
---|
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [16071]) fixes #8278: use dijit._underlay instead of this._underlay