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

mdSelect: selection broken with Angular 1.4.x #3780

Closed
Tyrannmisu opened this issue Jul 17, 2015 · 7 comments
Closed

mdSelect: selection broken with Angular 1.4.x #3780

Tyrannmisu opened this issue Jul 17, 2015 · 7 comments
Assignees
Labels
hotlist: animations severity: regression This issue is related to a regression

Comments

@Tyrannmisu
Copy link

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.

@xenit-raven
Copy link
Contributor

Also broken in IE. This is a blocking issue when using either md-menu or md-select.

@hodeyp
Copy link

hodeyp commented Jul 17, 2015

+1

@hodeyp
Copy link

hodeyp commented Jul 17, 2015

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.

@ThomasBurleson ThomasBurleson changed the title 0.10.1rc2 md-select (selection) broken in FireFox mdSelect: selection broken with Angular 1.4.x Jul 17, 2015
@ThomasBurleson
Copy link
Contributor

To reproduce:

  • Select State menu in Demo Basic Usage (using angular 1.4.x)
    - shows the select dropdown menu
  • Click outside in backdrop area (off the select menu)
  • Select again the State menu to show the dropdown menu
  • Can no longer close the menu, clicks on the backdrop area no longer close the menu.

Note: mdSelect uses nested $$rAF calls.

@Tyrannmisu
Copy link
Author

Seems to work fine now, thanks ! :)

@stefan-schweiger
Copy link

@robertmesserle md-menu is still broken in IE (IE11 + Win8) on the demo page

#3837

@dholcombe
Copy link

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
hotlist: animations severity: regression This issue is related to a regression
Projects
None yet
Development

No branches or pull requests

7 participants