-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Weird dialog and md-select warnings & errors since 0.11.0 #4511
Comments
The "Unable to find node '{0}' in element." issue was also mentioned in a comment of : #4497 |
+1 |
+1 having this problem with md-select bumping from .10 to .11 fixed the placement of the placeholder label in our project but breaks the md-select itself, once the select is clicked the error above pops up |
Have been having the same issues, but had trouble creating a codepen to replicate anything but the warnings. In my app, the md-select is inside a separate template, included via ng-include. |
CreateSelect() appears to be what generates the SelectContainer which ultimately causes this error. It gets passed as the element to $mdSelect.show(...).
Still would help to see a codepen, if anyone has managed to produce one. |
Warnings for Unable to find node '{0}' in element. have been fixed with SHA a5d84c3 |
Might be a bit late. For me the md-select error is caused by including the jsqrcode library http://webqr.com/llqrcode.js. I created a codepen with a single md-select and including this library. http://codepen.io/barlowdw/pen/WQQGVP |
+1 this error just pop out today after migrating from 0.10 to 0.11 any fix or workaround available? |
This is an issue with libraries / code that modify |
Works fine now, thanks ! :) |
@Tyrannmisu how did you fetch the fix down, my bower install fetches the 0.11.x version but it's missing this fix. Are you building it from source? |
@joningib you can bower install angular-material#master to get the latest that isn't yet fully released as a new version Also this fix seems to have worked here, thanks to the team for all the hard work and quick turn around on this one. |
@shusain Yeah just tried that few minutes ago... I was too quick in asking for help :) The fix works here! Great! 👯 |
Confirmed that the latest in master fixes this bug. (Was using 0.11) Thanks! |
I'm using master (0.11.0) and get this bug. =/ Update: using bower install angular-material#master, fix it. Thks. |
In my case I have to remove any "Array.prototype" code. |
I switched from 0.10.1 to 0.11.0 (with angular 1.4.4) and got weird bugs since than, that i do not really understand.
I get the " Unable to find node '{0}' in element. (angular.js:12416) " warning with each and every dialogue that i am opening, it does not matter if it is a custom or confirm-dialog.
When i try to open an md-select inside the dialog i get the following error in chrome:
and this one in Fire Fox:
I can't find anything in the breaking changes-changelog that could cause this, and it also seems like no one else is complaining.
Am i doing something wrong, or can somebody point me to a direction where to look ?
I am totally clueless right now, the app worked like a charm up to 0.10.1.
Edit:
I also get the same error when using an md-select outside of a dialogue, even if it is something as basic as:
The text was updated successfully, but these errors were encountered: