Allowing windows to go partially out of bounds #120
Replies: 4 comments 3 replies
-
That is a good point. It can feel a little boxed in as it is now. I will add this to my feature req's. My main issue is making sure Windows don't get lost off screen. |
Beta Was this translation helpful? Give feedback.
-
Did a small experiment with this by disabling "bounds" in rndDefaults.ts and replaced setPosition in onDragStop and onResizeStop (useRnd.ts) with this:
This still leaves updating if the browser window is resized. But it's a start. |
Beta Was this translation helpful? Give feedback.
-
Discussed more in #174 Will prioritize this |
Beta Was this translation helpful? Give feedback.
-
I just added this in a recent commit. edd35f5 |
Beta Was this translation helpful? Give feedback.
-
With bounds set to "main" in rndDefaults windows can't be dragged outside the browser window even partially, to get the feeling of a "normal" desktop that isn't ideal. With it unset windows can be placed outside the browser window, which isn't great either. In short, it would be nice to have windows needing to have a minimal amount of them inside the browser window, but not the whole window. Eventually maybe even with edge and corner resize just like in Windows 10?
Beta Was this translation helpful? Give feedback.
All reactions