I noticed a bug with Grid component and row editor when some columns are hidden. This bug happens when using latest public available ext: 4.2.1.883

Example:


Bug occurs: http://ift.tt/1teilFl


No bug ( older Ext ): http://ift.tt/1r9PxlG


How to reproduce bug: Un-hide hidden column "Salary", double-click to enable row editor, note editor does not have an input box for "Salary".


In real app this will also create js errors, but in jsfiddle it looks to be intercepted by something.


Please let me know if there is a solution I can implement in the application to avoid this bug.


Thank you