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

err #2

Open
SUYinFu opened this issue Jul 25, 2024 · 2 comments
Open

err #2

SUYinFu opened this issue Jul 25, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@SUYinFu
Copy link

SUYinFu commented Jul 25, 2024

image

image

@Bbalduzz
Copy link
Owner

Bbalduzz commented Jul 28, 2024

Hey! Thanks for the feedback!
Could you explain a little better what the problem is? and could you give me, if possible, a minimal reproducible example?
Thanks!

@Bbalduzz Bbalduzz added the bug Something isn't working label Jul 28, 2024
@SUYinFu
Copy link
Author

SUYinFu commented Aug 9, 2024

Hey! Thanks for the feedback! Could you explain a little better what the problem is? and could you give me, if possible, a minimal reproducible example? Thanks!

Position offset after window enlargement.
def window_maximize(self):
if self.page.window.maximized == True:
self.page.window.maximized = False
else:
self.page.window.maximized = True
self.page.update()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants