Directory

GridEditorColumnFix Add-on - Vaadin Add-on Directory

Fixes four issues with Grid's Editor columns with column hiding and column resizing. GridEditorColumnFix Add-on - Vaadin Add-on Directory
Included fixes - Editor is out of sync with hidden columns (see: https://github.com/vaadin/framework/issues/8962 ) - Editor column widths are out of sync with column resizing (see: https://github.com/vaadin/framework/issues/7276 ) - Editor not resized when browser window is being resized (see: https://github.com/vaadin/framework/issues/11148) - Editor scroll position not correctly aligned with Grid when opening (see: https://github.com/vaadin/framework/issues/6994)
Source code
Issue tracker
Online Demo

GridEditorColumnFix Add-on version 0.1.0
### 0.1.0 - Initial version

GridEditorColumnFix Add-on version 0.2.0
### Version 0.2.0 - Added fix to Editor not resized when browser window is being resized bug. See: https://github.com/vaadin/framework/issues/11148

GridEditorColumnFix Add-on version 0.2.1
### Version 0.2.1 - Fix: Editor resizing fix did not take Grid's scrollbar into consideration

GridEditorColumnFix Add-on version 0.3.1
### Version 0.3.1 - Improved the scroll position fix and fixed side effects

GridEditorColumnFix Add-on version 0.3.2
### Version 0.3.2 - Fixed: The fixing logic did not work in multiselect mode

GridEditorColumnFix Add-on version 0.3.3
### Version 0.3.3 - Fixed: open editor in unbuffered mode throws IllegalStateException when scrolling, see issue #2

GridEditorColumnFix Add-on version 0.3.4
### Version 0.3.4 - Fixed: The logic of the fixes did not take account the possible presence of frozen columns

GridEditorColumnFix Add-on version 0.3.5
### Version 0.3.5 - Additional fixes with frozen columns

GridEditorColumnFix Add-on version 0.3.6
### Version 0.3.6 - Fix editor column resizing in multiselect mode when horizontal scrollbar is present