#1881 closed defect (fixed)
dojo.lfx.html.explode can cause exception
Reported by: | ornus | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | lfx | Version: | 0.4 |
Keywords: | lfx.html | Cc: | sol@… |
Blocked By: | Blocking: |
Description
dojo.lfx.html.explode
expects the 1st argument ("start") to be a DOM node. However the method sometimes is called with no start or end nodes being replaced by an object holding coordinates. For example dojo.lfx.toggle.explode
can pass such an object.
dojo.lfx.html.explode
looks for style in the "start" argument. If there's no such attribute an *null* exception will be thrown.
To see the problem open "testswidget est_Menu2.html" and right-click on the tree. A context menu should be shown, but exception is thrown instead.
Attachments (2)
Change History (6)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|
Note: See
TracTickets for help on using
tickets.
I'm sorry, mistyped test case url. To reproduce the problem open "testswidget reeV3menu1.html" and right-click on the tree.