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

mdTooltip broken in Firefox since 0.9.8 #3250

Closed
gpothier opened this issue Jun 12, 2015 · 1 comment
Closed

mdTooltip broken in Firefox since 0.9.8 #3250

gpothier opened this issue Jun 12, 2015 · 1 comment

Comments

@gpothier
Copy link

Tooltips do not appear in Firefox (v38). This problem occurs even in the Tooltip demo on the Angular Material page:

https://material.angularjs.org/latest/#/demo/material.components.tooltip

I don't think it is related to #3047, as I checked the pointer-events style in the button's hierarchy in the demo page, and nothing turned up.

@alirezamirian
Copy link
Contributor

Actually it is related to #3047 and the issue will be resolved if you comment out the lines 132 and 134 which calls setVisible(true) only if pointer-events is 'none'

Splaktar added a commit to Splaktar/material that referenced this issue Jun 26, 2015
Remove check for pointer-events not equal to none to resolve non-visible tooltips on Firefox.
Add Chrome & Firefox as default test runners in karma task to avoid regressions like this in the future.

Closes angular#3047, angular#3250 and angular#3430
Splaktar added a commit to Splaktar/material that referenced this issue Jun 26, 2015
Remove check for pointer-events not equal to none to resolve non-visible tooltips on Firefox.
Add Chrome & Firefox as default test runners in karma task to avoid regressions like this in the future.

Closes angular#3047, angular#3250 and angular#3430
Splaktar added a commit that referenced this issue Jun 26, 2015
Remove check for pointer-events not equal to none to resolve non-visible tooltips on Firefox.
Add Chrome & Firefox as default test runners in karma task to avoid regressions like this in the future.

Closes #3047, #3250 and #3430
Splaktar added a commit that referenced this issue Jul 1, 2015
Remove check for pointer-events not equal to none to resolve non-visible tooltips on Firefox.
Add Chrome & Firefox as default test runners in karma task to avoid regressions like this in the future.

Closes #3047, #3250 and #3430
Splaktar added a commit that referenced this issue Jul 4, 2015
Remove check for pointer-events not equal to none to resolve non-visible tooltips on Firefox.
Add Chrome & Firefox as default test runners in karma task to avoid regressions like this in the future.
Improve and automate use of ngAnimateMock

Fixes #3047. Fixes #3250.  Fixes #3430. Closes #3467.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants