-
Notifications
You must be signed in to change notification settings - Fork 10k
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
[Editor] Avoid to have a selected stamp annotation on top of the secondary toolbar (bug 1911980) #18793
Conversation
/botio integrationtest |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/38fac76a2e26c94/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/7bf1323c56bb6bc/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/7bf1323c56bb6bc/output.txt Total script time: 9.44 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/38fac76a2e26c94/output.txt Total script time: 19.35 mins
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretty please test these sort of changes affecting the viewer more thoroughly during development, to save my time have to re-review stuff.
I'm using the dark mode and this kind of difference is almost invisible for me. That said, it's unrelated to this patch but I think the sidebar should live either under the toolbar or just after it, because if the user clicks or on the toggle sidebar button and then hit then the focus is moving on the toolbar, then the pages, then the firefox ui and finally the sidebar. |
da063cc
to
aab7f77
Compare
I think it should safe: finally the patch just changes the current z-index values we've but in keeping the same order and just add a new one for the viewer container to make sure it's behind the sidebar and the toolbar. |
Should we perhaps also implement the suggestion from #18793 (comment), although not technically needed here, since having a hard-coded colour seems generally wrong? |
…ndary toolbar (bug 1911980)
aab7f77
to
ec01af6
Compare
/botio-linux preview |
From: Bot.io (Linux m4)ReceivedCommand cmd_preview from @Snuffleupagus received. Current queue size: 1 Live output at: http://54.241.84.105:8877/0445fda180a9bdc/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/0445fda180a9bdc/output.txt Total script time: 1.09 mins Published |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me, hopefully we've found all regressions now; thank you.
And I changed the permissions on the images to remove the
x
flag which is useless.