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

mdTooltip is broken in Firefox when checking 'pointer-events' to not be 'none' #3047

Closed
alirezamirian opened this issue May 30, 2015 · 6 comments

Comments

@alirezamirian
Copy link
Contributor

@ThomasBurleson :
In this commit you've added a an if statement which checks pointer-events of the md-tooltip itself to not be none! First of all I don't understand why, and secondly
it's not gonna work for obvious reason! In the styles pointer-events is set to none for md-tooltip!
However the computedStyle for pointer-events is not none in chrome for some reason!

@jakubweber
Copy link

+1

2 similar comments
@bbruenings
Copy link

+1

@evertonrobertoauler
Copy link

+1

@djfishe
Copy link

djfishe commented Jun 15, 2015

+1

1 similar comment
@ricardobfa
Copy link

+1

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.
@krunalsheth3
Copy link

krunalsheth3 commented Oct 30, 2017

@Splaktar This brings another problem.
I added a css property to one of the parent div tags
pointer-events : none
This results in showing up every tooltip present in its child elements
Is there a work around for that ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants