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

Resize cursor appears outside of bounds of window #4

Closed
abulka opened this issue Feb 26, 2021 · 1 comment
Closed

Resize cursor appears outside of bounds of window #4

abulka opened this issue Feb 26, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@abulka
Copy link

abulka commented Feb 26, 2021

Sorry to raise another issue...

The resize cursor appears outside of the bounds of window e.g.

Screen Shot 2021-02-26 at 10 53 35 am

This is non standard UI design and confuses users who are trying to resize windowjs windows.

More seriously it can cause the mousemove and other events to be sent to html elements outside the window. This sometimes causes weird unwanted interactions. For example the resizing of a window sometimes breaks where the window is stuck in resize mode even though the cursor is free of the window edge area and interacting with other components. Very hard to get out of this situation.

@m-thalmann m-thalmann added the bug Something isn't working label Feb 26, 2021
@m-thalmann m-thalmann self-assigned this Feb 26, 2021
@m-thalmann
Copy link
Owner

This is due to the resize-handle elements. I shrinked them to 3px. This can later also be edited in the css file.

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