-
Notifications
You must be signed in to change notification settings - Fork 3.4k
md-select in latest master locks the screen #3704
Comments
note - this is only on md-selects where the name attribute is set via {{}} binding |
I also just ran into this. Here's a demo as it wasn't showing up on the docs website when I selected master for some reason. http://codepen.io/anon/pen/XbYjNY To reliable reproduce it open the dialog close it(click outside of it don't select something) then open again and notice you can't close it or select anything. |
+1 Chrome Version 43.0.2357.132 (64-bit) under Mac OS 10.10.2 (14C1514) |
See @hodeyp comment: 0ebb9eb#commitcomment-12172304 |
Thanks for the fast resolution @ThomasBurleson. Unfortunately it has not fully resolved the issue. I am seeing that if you click a select it works first time. But going back into the same select and trying to select another item shows the select menu but then locks the screen. |
@hodeyp - I cannot reproduce this on https://material.angularjs.org/HEAD/#/demo/material.components.select. |
@ThomasBurleson I couldn't reproduce it directly on material.angularjs.org either. But if you run the demo on codepen then it can be reproduced. Here's the demo running the latest master and angular 1.4.2 Open the select then click outside of it then open it again and you shouldn't be able to click anything. |
@epelc - this is an issue with Angular Material and Angular 1.4.x. If you use Angular 1.3.15, the issue does not manifest. |
@ThomasBurleson I concur, I have regressed to 1.3.15 and it seems to be ok. Interestingly 1.3.16 is not ok. So the issue is not specifically 1.4.x related. Looking the changelog for 1.3.16 there is a reference to 'core: ensure that multiple requests to requestAnimationFrame are buffered' - wondering if that is causing issues somewhere? |
I've closed my issue, once I found this. Works OK Does not work. Works OK. |
@Stexxen - Thank you. These will be very helpful. |
This is a duplicate of #3780 (comment) |
transition end event is not fired Closes #3704
@epelc - Here is an update demo using Angular 1.4.3 and the latest for bower-material master. The Select menu locking issue appears to be gone/fixed: http://codepen.io/ThomasBurleson/pen/bdjLMv @Stexxen - your demo http://codepen.io/Stexxen/pen/pJZJRO also appears to be working now. |
@ThomasBurleson yes, all confirmed as working. Many Thanks, S. |
when something is clicked in an md-select, ice the md-select closes you can no longer click any other element on the screen
The text was updated successfully, but these errors were encountered: