angular / material

Material design for AngularJS
https://material.angularjs.org/
MIT License
16.55k stars 3.39k forks source link

Tooltip setting property bug in Firefox Developer Edition #994

Closed fundon closed 9 years ago

fundon commented 9 years ago
        md-button(md-theme="blue" aria-label="Add Container")
          md-tooltip Add Container
          div.icon.svg-ic_add_24px

TypeError: setting a property that has only a getter angular-material.js:5601:0

parentRect.top += contentCtrl.$element.prop('scrollTop');

Splaktar commented 9 years ago

@fundon is this still an issue in 0.10.0 or master? This is likely to be fixed already. If not, do you have a CodePen/Plunker?