-
Notifications
You must be signed in to change notification settings - Fork 192
Fix broken hints in FF44 #388 #409
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
Conversation
The issue seems like a z-index issue.
Any idea why #297 isn't sufficient anymore? |
I guess FF 43 or earlier has some bugs in the stacking context. |
Great, thanks for the explaination. Can confirm that the PR works for me. |
hurray z-index wars :/ |
Thanks, this is good news. Also explains why adding an explicit z-index to hint style in .vimperatorrc doesn't help (first thing I tried!) Is there an ETA for a release that includes this fix, or a way to affect the top-level hint DIV via the .rc file? thanks, |
@jonross In the event a new release is not made or planned anytime soon, you may look into compiling it yourself, or link For more information, see http://www.vimperator.org/developerinfo |
I'd like to merge some of the PRs that are currently open before making another release first. |
Hints are still broken on startpage in my case. Vimperator 3.11.3. Should I add sth to |
@v1kn This patch was merged after 3.11.3 was released, so that makes sense. You're going to want to follow the master branch atleast up until a new release. Either:
|
@timss Thanks for that, didn't realize the hinting patch hadn't made it to the 3.11.3 release |
The issue seems like a z-index issue.
I confirmed hints was fixed on
startpage
.before fix: http://i.imgur.com/LYYLcdb.png
after fix: http://i.imgur.com/MJpYP8O.png