Opened 12 years ago
Closed 12 years ago
#7386 closed defect (fixed)
Column re-ordering throwing an error about the source node being null when styling
Reported by: | Bryan Forbes | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Grid | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Open http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/grid/tests/test_grid_column_reorder.html and try to move column 1 around. It will throw an error about node being null. I traced it down (by turning on "Break on all errors") to the dojo.dnd.Source's node being null when it tries to remove a class on it.
Note: See
TracTickets for help on using
tickets.
(In [14726]) Fixes #7386 - better tracking of connections and avoid calling render while in the midst of a dnd operation !strict