Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTJS-21248
in
6.2.1.167.
-
Ext JS Premium Member
It might not be the same issue as it looks like you are correcting on the beforeEdit which would only happen once when the row editor is invoked for the row. The issue we see is the row editor is invoked, you tab across (when the horz scroller is present), then you tab backwards and the first field editor and first column headers don't align.
-
15 Jun 2017, 12:31 PM
#12
Sencha Premium User
This issue (RowEditor) sounds similar to this issue (CellEditor) https://www.sencha.com/forum/showthr...h-their-header
The override provided there improved my grid headers' alignment behavior in v6.2.1 (sans a remaining issue I call out in the thread).