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
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
I have the same problem on both select and the new menu component in both IE and firefox. I think the problem is related to 6911506 where the scroll lock was updated.
When I tried the components in the demo page, $window.getComputedStyle(element[0]) returned "" in chrome which works fine. However in both firefox and IE it returns" auto" which makes the substraction with 1 to return NaN. Then the z-index will be set to 99 which will placethe backdrop that listens for clicks and that it will close the dropdown, select or menu behind the scroll lock element. Because of this the click event on the backdrop will never be triggered and the dropdown will not be closed. I'm not sure why the z-index is hard-coded to 99 if the z-index is NaN. How would one handle when the z-index is set to auto. Is it possible to get the actual z-index in another way?
Same problem. And after updating from 0.9.8 to 0.10.0 it did improve a bit.
This screencapture is at 0.9.8
And with 0.10.0
Still problematic. I typed "santa" and it stopped at "san", then I typed "ta" and it stopped at "t". Nasty delays going on here. Then ofcourse the suggestions would disappear.
No description provided.
The text was updated successfully, but these errors were encountered: