-
Notifications
You must be signed in to change notification settings - Fork 3.4k
md-tooltip doesn't work on firefox 38.0.5 #3430
Comments
It works, please try to follow the demo page, and ensure you have properly included angular-material.min.css, angular material icons, and angular-material.min.js |
@xforceco the code is the same on the demo, and even the demo doesn't work for me, only if i check "insert dive" and i'm loading all libraries but yet it doesn't work, i am using firefox browser |
I see you intend to use font-awesome. https://material.angularjs.org/latest/#/api/material.components.icon/service/$mdIconProvider And please provide a plunker for details, as I am sure at least for:
the tooltip is working in my codepen |
@xforceco but why it doesnt work even in the demo? |
@xforceco on the demo, when you hover the button, does the tooltip work? |
@Nosthertus Yes, it is a screen capture when I hover on the button, so I don't understand why you said demo not working. |
@xforceco because in my screen, the demo doesn't work, just when i click on "insert dive" |
I can confirm that in FireFox 38.0.5 hover tool-tips aren't working. CodePen: http://codepen.io/anon/pen/RPjLzW |
Seems like some sort of odd Firefox issue. If you single step in Firefox, you hit a call to In Chrome, BTW, that call to Note, though, that moving your cursor off the bound element (fab) IS triggering the |
@Londovir so, should i wait for the developers to see if they can fix this in another updated version? |
This is already reproducible in the tooltip.spec.js tests. If Karma is run with Firefox 5 of the tests fail. 1a07051 does indeed fix the tests and causes them to pass on all browsers but it just breaks the check by using |
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
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
For the time being, use something like this to force the display:
|
I'm having the same issue with the tooltip also the icon in the button doesn't recognize any hover action for example color changing on hover... |
This should be working in 0.10.1-rc3. As for the button hover behavior, I think that most button hover styles were removed a couple releases ago since they aren't in the spec (don't work on mobile). |
I had the same problem (md-tooltip worked on Chrome but not on Firefox) and found out that this can be caused by placing md-tooltip as an indirect child of md-button. E.G: Instead of It actually makes sense that md-tooltip would be expected to be the direct child of md-button, but since in Chrome the 2nd case also works, this might be a cause for confusion among developers. |
In my case I have a Md-list element on which I am trying to create a tooltip. Works on chrome and safari but fails on firefox. |
We support evergreen browsers n-1; Firefox v38 is not supported. |
i am trying to make a button on toolbar to show a tooltip whenever the mouse hover on an icon button
but it doesn nothing, even on click, i am using the lastest version
0.10.0
The text was updated successfully, but these errors were encountered: