vaadin / framework

Vaadin 6, 7, 8 is a Java framework for modern Java web applications.
http://vaadin.com/
Other
1.77k stars 729 forks source link

ComboBox with item filtering and a selected item will not open the popup to display the currently selected item #12616

Open thevaadinman opened 2 months ago

thevaadinman commented 2 months ago

This issue was previously considered fixed, but had to be reverted due to unforeseen side effects.

The effect is as follows:

This is due to the internal state of the ComboBox client-side widget getting confused regarding the tracking of the current page.