You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have found a very strange behaviour with the ComboBox when the following conditions are met:
Internet Explorer 11 is used on a slower machine
There are several ComboBoxes on the page - some with preselected values, some without
The placeholder uses an Umlaut (we could reproduce the error best with the String "Bitte wählen Sie aus"). Why this is so, we could not determine.
When these conditions are met, ComboBox element without preselected values start to open and close their item lists - sometimes without content, sometimes with the content - and repeat this from the bottom of the page to the top.
Internet Explorer 11 "flickers" between several ComboBox selections if there is a mixture of Comboboxes with preselected
values and unselected values.
This also seems to slow down the browser severely, so that a click on "Close tab" takes several seconds before the tab is closed.
There is no difference in using the Lumo or Material theme.
Expected outcome
There should be no "flickering" and no delay in the browser.
Actual outcome
The ComboBox flickering effect occurs.
Live Demo
example480p.mov
Minimal reproducible example
The effect was reproduced in the Video with this code on a Lenovo Ideapad with an older Celeron CPU on Windows 10.
It also happened on several developer machines that where common around 2018, 2019 (Core i5 and Core i7).
On a recent machine with an intel Core i7-10700K CPU the effect was not reproduceable.
Description
I have found a very strange behaviour with the ComboBox when the following conditions are met:
When these conditions are met, ComboBox element without preselected values start to open and close their item lists - sometimes without content, sometimes with the content - and repeat this from the bottom of the page to the top.
Internet Explorer 11 "flickers" between several ComboBox selections if there is a mixture of Comboboxes with preselected
values and unselected values.
This also seems to slow down the browser severely, so that a click on "Close tab" takes several seconds before the tab is closed.
There is no difference in using the Lumo or Material theme.
Expected outcome
There should be no "flickering" and no delay in the browser.
Actual outcome
The ComboBox flickering effect occurs.
Live Demo
example480p.mov
Minimal reproducible example
The effect was reproduced in the Video with this code on a Lenovo Ideapad with an older Celeron CPU on Windows 10.
It also happened on several developer machines that where common around 2018, 2019 (Core i5 and Core i7).
On a recent machine with an intel Core i7-10700K CPU the effect was not reproduceable.
Steps to reproduce
Environment
Browsers Affected