Opened 14 years ago
Closed 14 years ago
#7222 closed defect (fixed)
dojox.grid._Event: at times tries to set a class on a non-existant node
Reported by: | Nathan Toone | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Grid | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Sometimes the events in dojox.grid._Event fire and there is no cellNode attribute of the event. We need to check for existance before we try to add/remove classes from it.
Note: See
TracTickets for help on using
tickets.
(In [14478]) Fixes #7222 - check for existance of nodes before trying to add classes