Threaded View
-
3 May 2012 6:54 AM #1Ext JS Premium Member
- Join Date
- Nov 2010
- Location
- Dillenburg, Hessen, Germany
- Posts
- 35
- Vote Rating
- 0
Wrong getEditor() call in RowModel.
Wrong getEditor() call in RowModel.
REQUIRED INFORMATIONExt version tested:- Ext 4.1.0 RC3
- Chrome 18
The Ext.selection.RowModel#onEditorTab calles getEditor without parameter. As in the documentation in Ext.grid.colum.Column#getEditor there should be the record and the default field.
Test Case:
In our own column i need the record for my column editor and since ExtJS 4.1.0 RC2 i don't get the editor on TABing into the column editor.
HELPFUL INFORMATION
Debugging already done:- Wrong getEditor() call in RowModel.
Possible fix:- think the solution should be a while like this
- Code:
while(position && !view.headerCt.getHeaderAtIndex(position.column).getEditor(record, header));
Additional CSS used:- only default ext-all.css
Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTJSIV-6724
in
4.1.2.


Reply With Quote