#10197 closed defect (invalid)
A widget dervived from _LayoutWidget can resize forever
Reported by: | vorun | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit | Version: | 1.4.0b |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In the startup method of the "dijit.layout._LayoutWidget" class there is a dojo.connect to the domNode on resize event. This can can cause an infinite loop.
For example I first notice this when the tabcontainer had a div as a parent and since the parent wasn't a layout widget this eventhandler got connected. On the same page there was a dijit.button object that when onmouseover occurred the domNode resize was called over and over until I killed the iexplore process.
Change History (3)
comment:1 Changed 11 years ago by
Priority: | highest → normal |
---|
comment:2 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
You need to attach test cases to all your tickets using the "Attach File" button. Thanks.