Opened 13 years ago
Closed 13 years ago
#9305 closed defect (fixed)
Typing error in getRowNode function of dojox.grid._Grid
Reported by: | zengxianhong | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Grid | Version: | 1.3.1 |
Keywords: | Cc: | Becky Gibson, Kris Zyp | |
Blocked By: | Blocking: |
Description
I use Grid in my project. I found that a error happened when selecting a cell in IE 7. the error happened at line 943 of _Grid.js.
if (!(cView instanceof dojox.grid._views))
I think this may be a typing error.It should be
if (!(cView instanceof dojox.grid._View))
Change History (1)
comment:1 Changed 13 years ago by
Cc: | Becky Gibson Kris Zyp added |
---|---|
Milestone: | tbd → 1.4 |
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
looks like this was just fixed by [17528]