Opened 13 years ago
Closed 13 years ago
#6975 closed defect (fixed)
dojox.grid._View: error when finding node
Reported by: | nathan | Owned by: | nathan |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Grid | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When finding our cell node, sometimes we walk all the way up the DOM to the doc element - which will crash upon trying to call dojo.attr upon it.
Note: See
TracTickets for help on using
tickets.
(In [14030]) Fixes #6975 - check to make sure we do not do dojo.attr on the doc node !strict