Possible bug in the grid editor when using a combobox

The exact same combobox code in a form and in the grid editor are rendered differently. In the form it’s fine but as soon as I put the same combobox with an icon in a grid editor it seems to ignore any space needed to render the icon as shown in the screenshot. The code is just:

comboBox.setItemIconGenerator(...);
grid.setEditorBinding(binder.forField(combobox)...bind());

17020974.jpg

Yes, that looks like it. I can replicate that easily. Could you report your finding in our issue tracker with test case replicating the bug:

https://github.com/vaadin/framework/issues

I just submitted a [https://github.com/vaadin/framework/issues/10748]
(http://). I hope it gets reviewed because my luck getting any bugs reviewed has been abysmal…