Changes between Initial Version and Version 1 of Ticket #4930
- Timestamp:
- Nov 1, 2007, 2:12:45 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4930
- Property Owner changed from anonymous to sorvell
-
Property
Component
changed from
General
toDojoX Grid
-
Ticket #4930 – Description
initial v1 5 5 Firefox 2 + Firebug 1.1b says the error occurs at model.js line 174: 6 6 7 {{{ 7 8 inRowIndex is not defined 8 9 copyRow()model.js (line 174) … … 19 20 toString()dojo.js (line 20) 20 21 [Break on this error] this.getRow(inRowIndex).slice(0); 22 }}} 21 23 22 24 IE 7 gives the same error, but calls it line 175.