Opened 12 years ago
Closed 12 years ago
#8892 closed defect (fixed)
dojox.grid._FocusManager: dereferences possibly non-existant nodes
Reported by: | Nathan Toone | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | DojoX Grid | Version: | 1.3.0b3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In some of the changes for dojox.grid._FocusManager that were added for a11y support, we are dereferencing non-existing nodes at times.
info.n can at times be null in that file.
Note: See
TracTickets for help on using
tickets.
fixed in [17033]