Skip to content
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

Issues with Oxygen Zoom value and viewport #24

Closed
cordschneider opened this issue Jul 5, 2021 · 2 comments
Closed

Issues with Oxygen Zoom value and viewport #24

cordschneider opened this issue Jul 5, 2021 · 2 comments
Assignees
Labels
small-UI-bug Small UI bug which won't break anything
Projects

Comments

@cordschneider
Copy link

Issue
The Zoom value reflects the width of the contents relative to the width of the viewport. When a page has a Zoom value of 64% then the content width is 64% of the viewport width. The content is not expanded to fill 100% of the viewport width.

image

Clicking the 'lock' expands the contents to 100% of the viewport width.

image

Toggling the structure panel on and off seems to increase the amount of 'dead space' between the right side of the content and the structure panel.

image

Expected
The Zoom value reflects the width of the viewport page width relative to the width of the screen, expanding the content to fix 100% of the viewport. When a page has a Zoom value of 42%, it means that the width of the visible content has been reduced to 42% of its actual size.

image

Clicking the 'lock' expands the contents to the actual size (i.e. 100%) often meaning that the contents are wider than the viewport and the user is required to scroll left and right.

image

Testing Environment
Local 6.0.0+5444
WordPress: 5.7.2
Oxygen: 3.8
No other plugins

@re-co re-co added the small-UI-bug Small UI bug which won't break anything label Jul 5, 2021
@re-co
Copy link
Owner

re-co commented Jul 5, 2021

Big thanks, I have noticed this too but I'll look wrap this fix with new feature together with custom iframe controller:
You can see this feature idea: #12

Btw now I am in process of rewriting recoda-ws JS with global script which will be some sort of API for future, main purpose of this will be extract patterns so feature file should contain logic, and global script should be worried about certain tasks so code could be more readable and fixing repeting patterns could be done in one place

@re-co re-co self-assigned this Jul 5, 2021
@re-co re-co added this to To do in 1.0.0 Jul 5, 2021
@re-co
Copy link
Owner

re-co commented Jul 23, 2021

Fixed in 0.9.0

@re-co re-co closed this as completed Jul 23, 2021
1.0.0 automation moved this from To do to Done Jul 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
small-UI-bug Small UI bug which won't break anything
Projects
1.0.0
Done
Development

No branches or pull requests

2 participants