-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Fix the placement of arrows in the zoom box #5382
Conversation
/botio-linux preview |
From: Bot.io (Linux)ReceivedCommand cmd_preview from @yurydelendik received. Current queue size: 0 Live output at: http://107.21.233.14:8877/f0e92e7997ea8c9/output.txt |
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/f0e92e7997ea8c9/output.txt Total script time: 0.76 mins Published
|
Looks like there is no effect on Firefox Nightly for Mac OSX |
That's unfortunate, but perhaps not too surprising given that this seemed like a bad hack at the time. Before I attempt to look into this again: Do we actually want to try and address this issue? |
Now that [bug 649849](https://bugzilla.mozilla.org/show_bug.cgi?id=649849) has been fixed, adding support for `-moz-appearance: none`, the arrow is now too close to the text in the zoom box. This is currently only an issue in Nightly, but assuming the patch doesn't get backed out, this will soon affect all versions of Firefox. The only simple solution I could find seems to be removing `*-appearance: none` rules from the CSS. I haven't been able to find any easier solutions that still looks the same with/without bug 649849.
According to https://bugzilla.mozilla.org/show_bug.cgi?id=1102063#c5, it seems that release management would prefer if we didn't ship this regression in a release version of Firefox. Hence I've updated the patch to simply remove the /botio-windows preview |
From: Bot.io (Windows)ReceivedCommand cmd_preview from @Snuffleupagus received. Current queue size: 0 Live output at: http://107.22.172.223:8877/45cbc445c03eba1/output.txt |
From: Bot.io (Windows)SuccessFull output at http://107.22.172.223:8877/45cbc445c03eba1/output.txt Total script time: 0.88 mins Published
|
Fix the placement of arrows in the zoom box
Thank you. We probably shall uplift this change as well. |
Are we going to do another PDF.js uplift to During the holidays I've finally had time to setup the build environment for Firefox, and I've also managed to build Firefox successfully :-) |
Regular PDF.js uplift first. We need to do it ourself or to ping ryanvm. I think we already have one pending for older version - we can just ask to update this. We can uplift entire pdf.js for early Aurora. I think uplifting to beta is tricky at this point anyway. If you want to try -- create patch to beta tree I'll review and will try convince qa to accept it, since they need it badly. :) |
Fix the placement of arrows in the zoom box
Now that bug 649849 has been fixed, adding support for
-moz-appearance: none
, the arrow is now too close to the text in the zoom box. This is currently only an issue in Nightly, but assuming the patch doesn't get backed out, this will soon affect all versions of Firefox.This is an illustration of the issue:
Edit: Should also fix https://bugzilla.mozilla.org/show_bug.cgi?id=1102063.