This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Multiple select boxes (size > 1) freezes under asynchronous conditions in IE11 #13239
Closed
Description
We're having issues with select boxes, where selection in one box leads to an asynchronus load of options for the next select box. In IE11 the select boxes will freeze until somthing as simple as setting visibility to hidden and back again.
I have reproduced this in this plunker: http://plnkr.co/edit/NGwG1LUVk3ctGOsX15KI?p=preview
If you fiddle around with the topmost select, the second and third select will often freeze. One interesting thing is that if you open the plunker in its own window, the freezing will not happen. I have tested this with 1.4.7 and 1.5.0-beta-1.
This seems like similar problem to #11314 and #11795 one thing being different is the async behaviour.