#5031 closed defect (fixed)
FloatingPane this.dockTo undefined error
Reported by: | guest | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dojox | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When calling show() on a non-dockable FloatingPane?, there is an exception here :
this.dockTo._positionDock(null); if (this.dockTo) { this.dockTo._positionDock(null); }
Commenting out the first line is enough to fix the issue. The bug was introduced post the 10/13 nightly.
To reproduce you can add the dockable="false" attribute to the first pane in the floatingPane test file, and click on hide then show.
Lucho (luc at knownow dot com)
Attachments (1)
Change History (4)
Changed 13 years ago by
Attachment: | test_bug.html added |
---|
comment:1 Changed 13 years ago by
Milestone: | → 1.1 |
---|---|
Owner: | changed from Tom Trenka to dante |
Status: | new → assigned |
comment:3 Changed 13 years ago by
I would have loved to see that in 1.0.1 How about for Christmas ? 1.0.2
Lucho
Note: See
TracTickets for help on using
tickets.
Drop the file under dojodojoxlayout ests to reproduce the bug