Maximized window should not take over the whole page #92
alaindesilets
started this conversation in
Ideas
Replies: 1 comment
-
Yes, because you click on maximize icon. I will think about to change this icon to a "restore" icon when minimized
Just use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When you minimize a window and then click on the maximize icon, the window maximises to the whole size of the web page.
This is not standard behaviour for a window. Usually, maximize will bring the window back to the dimensions it had before it was minimized.
Note that it's always possible to do that by clicking on the titlebar instead of the maximize icon. But this is not standard UI design and may be confusing to users.
Also, there does not seem to be a way to programmatically bring the window back to its original dimensions (before minimizing). There is the maximize() method, but it too will resize the window to the full size of the page.
Thx for taking this into consideration.
Beta Was this translation helpful? Give feedback.
All reactions