-
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 Zoom box resizing when it's hidden when the viewer loads (issue 5224) #5226
Conversation
/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/548ceacbd311a5a/output.txt |
From: Bot.io (Windows)SuccessFull output at http://107.22.172.223:8877/548ceacbd311a5a/output.txt Total script time: 0.88 mins Published
|
Works perfectly. Thank you. |
// Note: This is only done if the zoom box is actually visible, | ||
// since otherwise element.clientWidth will return 0. | ||
// Note: If the window is narrow enough that the zoom box is not visible, | ||
// we temporarily show it to be able to adjust it's width. |
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.
Bad grammar: it's
should be its
. Fixed in new commit.
@timvandermeij Are you up for reviewing this? |
Looks good to me and confirmed to be fixed on my LG Nexus 4 phone. Thank you! |
Fix Zoom box resizing when it's hidden when the viewer loads (issue 5224)
@timvandermeij Thanks for the reviews! |
Attempting to fix #5224.
@fkaelberer Can you please confirm if this patch fixes the issue?