[Dojo-checkins] [dojo] #5054: Grid c.editor has no properties after trying to resize a header

dojo trac at dojotoolkit.org
Thu Nov 8 15:57:12 UTC 2007


#5054: Grid c.editor has no properties after trying to resize a header
------------------------+---------------------------------------------------
 Reporter:  guest       |       Owner:  sorvell                    
     Type:  defect      |      Status:  new                        
 Priority:  high        |   Milestone:  1.0.1                      
Component:  DojoX Grid  |     Version:  1.0                        
 Severity:  critical    |    Keywords:  Grid c.editor resize header
------------------------+---------------------------------------------------
 I do not know how you rate your severity levels, but this problem causes
 the dojo grid to error out and, to the user of the grid, appears to
 "destroy" their grid data.  I flagged it critical because of this.

 You can use your test located here as an example of this problem:
 [http://download.dojotoolkit.org/release-1.0.0/dojo-
 release-1.0.0/dojox/grid/tests/test_events.html]

 You can recreate the error "c.editor has no properties" when attempting to
 resize a grid header after double clicking on a row.  I have had this
 issue when reloading data from a datastore, but had no way to give you an
 example without giving you my code until I found this issue also resides
 when resizing a header and not just re setting the grid model.

 Steps to recreate:
 1) Double click on row 2 (any row will work, but 2 is this example)
 2) Make sure that the double click highlighted the row "green" as if it
 was going to be edited
 3) Resize any of the headers

 The error should show in firebug as "c.editor has no properties".  In
 addition to the error, everything after the selection you made will not
 render in the grid and it will appear to be missing everything past that
 row.

-- 
Ticket URL: <http://trac.dojotoolkit.org/ticket/5054>
dojo <http://dojotoolkit.org/>
The Dojo UI Toolkit


More information about the Dojo-checkins mailing list