New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New FireFox v.27.0 Arrow Problem #70
Comments
Works fine for me using Firefox Aurora (28.0a2 (2014-02-03)) |
"Firefox Aurora" is hardly used by 1% of internet users. Users just go to Google and search "Download FireFox" and they download FireFox v.27.0 Stable Release. I would kindly request you to test on FireFox v.27.0 |
Let me test this on FF 27 and see whats wrong. |
I installed FF 27. No issues with the arrow on either my custom styled internal version, nor on the demo at kushagragour.in. |
As per http://stackoverflow.com/questions/7394872/how-do-i-make-a-css-triangle-with-smooth-edges But I am not good in troubleshooting CSS and I do not know where to add the fix in hint.css. Please help. |
@swiftusa Did you test the fix on your end? You can simple open the jsfiddle mentioned above and comment out the |
The jsfiddle does not contain a " moz-transform" to comment out. The http://jsfiddle.net/kirkaracha/TMP7H/ does not contain a "moz-transform" jsfiddle is only for your example and has nothing to do with hint.css. I will need your help to identify where the "-moz-transform: scale(.9999);" has to be implemented in hint.css. |
Okay I fixed it my self, and works perfectly on Firefox, Aurora and Chrome I First Removed
Then Added The Following Lines
Ref1: https://bugzilla.mozilla.org/show_bug.cgi?id=734748 You will see that the above code variant does the same function as :) |
@swiftusa would you consider creating a PR so @chinchang can consider including it in a future release? |
+1 |
Is this issue still present on Firefox? |
Yeap. I've made the changes suggested and the triangle hint became much better. |
After all, the changes made by @swiftusa looks fine in Firefox but looks horrible in IE 11 so I've made some tests. If I set: .hint::before, [data-hint]::before {
border-style: inset;
} I have some different colors on triangle. Plunker.
So I ended up (plunker) changing to: .hint::before, [data-hint]::before {
border: 8px solid transparent;
}
/**and some other changes***/ Tested in Firefox, Chrome and IE 11. |
swiftusa commentedFeb 6, 2014
Hello,
hint.css has been my very favorite tooltip script. I had been using hint for over a month.
I was using FireFox v.26.0 with no problems, but today morning FireFox automatically upgraded to v.27.0.
Now the shape of the tooltip arrow is crumbled, but the shape of the box is fine. This problem is only in FireFox and not in Chrome. I then tested this on a different computer with FireFox v.26.0 and the tooltip arrow was okay, I then upgraded the FireFox to v.27.0 and the same problem is replicated.
Can you please test hint.css on FireFox v.27.0 and share your experience?
Best Regards,
Sanson
The text was updated successfully, but these errors were encountered: