This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
mdTooltip is broken in Firefox when checking 'pointer-events' to not be 'none' #3047
Comments
+1 |
2 similar comments
+1 |
+1 |
+1 |
1 similar comment
+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 This brings another problem. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@ThomasBurleson :
In this commit you've added a an if statement which checks
pointer-events
of themd-tooltip
itself to not benone
! First of all I don't understand why, and secondlyit's not gonna work for obvious reason! In the styles
pointer-events
is set tonone
formd-tooltip
!However the computedStyle for
pointer-events
is notnone
in chrome for some reason!The text was updated successfully, but these errors were encountered: