Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Auto complete Dropdown not closing in ie 11 #3245

Closed
SriramaDanturthi opened this issue Jun 12, 2015 · 5 comments
Closed

Auto complete Dropdown not closing in ie 11 #3245

SriramaDanturthi opened this issue Jun 12, 2015 · 5 comments
Assignees
Milestone

Comments

@SriramaDanturthi
Copy link

No description provided.

@epelc
Copy link
Contributor

epelc commented Jun 12, 2015

@Sriram143 What version are you using? Have you tried the latest master?

@SriramaDanturthi
Copy link
Author

Yes i am using latest master. still not closing when i set minlenght=0

@Abrissirba
Copy link

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?

@webmandman
Copy link

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
autocompletedropdownissues

And with 0.10.0
autocompletedropdownissues 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.

@rschmukler
Copy link
Contributor

@webmandman please open a new issue for the performance / delay you were describing. The z-index issue is resolved in a commit to follow shortly.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants