This repository was archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
mdSelect: selection broken with Angular 1.4.x #3780
Labels
Comments
Also broken in IE. This is a blocking issue when using either md-menu or md-select. |
+1 |
This is something to do with the waitTransitionEnd promise. it was fixed in Chrome by adding the finally call as per issue #3704 - if you change the timeout to be a resolve instead of a reject everything works correctly. Assuming there is another place on the open of a select that is waiting indefinitely for a resolve. |
To reproduce:
|
This was referenced Jul 17, 2015
Seems to work fine now, thanks ! :) |
@robertmesserle |
I can confirm md-menu is also broken on the HEAD demo page in IE11 + Win7 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
It is not possible to select an item in the md-select dropdown in FireFox (31 & 40) or Chrome with the 0.10.1-rc2 release (or master) using Angular 1.4.3.
This happens even in the official demo-page :) , the dropdown opens but you can't click anything and are left with the dropdown without the possibility to close it.
The text was updated successfully, but these errors were encountered: