#5762 closed defect (duplicate)
test_FloatingPane.html and Docking
Reported by: | guest | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Dojox | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I just tested the "test_FloatingPane.html" (dojo/dojox/layout/tests/test_FloatingPane.html in Dojo 1.0.2 release) in MSIE 6.0 on WinXP and the attempt to "dock" the pane (either "Alt Dock 1" or "Alt Dock 2") causes a runtime error "Object doesn't support this property or method". The same test HTML page worked fine in FF 2.0.0.11. I suspect that there is something wrong in FloatingPane?.js, method hide(), line 170. There is the following piece of code:
this.dockTo._positionDock(null);
My test indicated that calling method _positionDock() was undefined.
Note: See
TracTickets for help on using
tickets.
of #5373 and #5301
this is fixed in trunk.