-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Bug in Icon buttons in the official site #4244
Comments
@robertmesserle - Potential ripple.js issue in |
I think the error is at line 155 of ripple.js (be4311ac7e). |
That shouldn’t be an issue anymore as container is a getter now
|
@Frank3K - can you confirm this is fixed in the latest snapshot/master codebase ? |
Line 3017 of angular-material.js - InkRippleCtrl.prototype.createRipple. That's all the time I have tonight to provide some insight. I believe one of the other issues open reports other instances of the ripple not functioning normally. |
This is fixed in master. be4311a / valueOnUse code fixes it. @ThomasBurleson Seems like the docs site hasn't been refreshed in a couple days though... did something break a build process somewhere? See: https://cdn.gitcdn.xyz/cdn/angular/bower-material/master/angular-material.js Working plunk: http://plnkr.co/edit/f1ldRIpxWp7vEwEe5zjZ?p=preview |
The ripple works for me in the Plunker by @mckenzielong. It indeed seems like the docs site does not use the latest version of material. |
Or bower at the time I commented few hours ago On 6:47am, Thu, Aug 20, 2015 Frank notifications@github.com wrote:
|
@mckenzielong - The docs https://material.angularjs.org/HEAD/#/ are stale (not up-to-date). We are aware of this and hope to have this resolved today. |
Seems to be fixed, bower pulled the latest commit. |
This is resolved now that the docs site is building again. |
I get this error
Uncaught TypeError: Cannot read property 'prop' of null
on clicking any icon button in the official site in current master branch.Also, the alignment seems to be gone again. #4130
Browser - Chromium 43.0
Screen shot below

The text was updated successfully, but these errors were encountered: