-
Notifications
You must be signed in to change notification settings - Fork 58
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
Has anyone else experienced random aspect ratio locks? #169
Comments
Hi there, |
Hi I just want to note that this popped up again in another project but still unable to determine whats causing it to happen without using ctrl resizes. but the result is similar to this and the root cause may be the cleanup event not being fired after some weird user action. I messed around with it a bit and may have found some clues. jspanel_bug_aspect-2022-06-14_15.09.48.1.mp4 |
Hi, I'm facing the same issue, great explanation by @syonfox. Is it possible to disable modifier keys at all? |
@Moltenship |
I don't think it is necessarily an issue with modifier keys but rather with the mouseup not triggers when it happens quickly outside the window jspanelbug-2023-09-21_02.30.56.mp4 |
@syonfox @Moltenship jsPanel.create({
resizeit: {
aspectRatio: 'content',
modifierKeys: false
}
}); The setting of https://alpha.jspanel.de/downloads/jspanel-4.16.1-test.zip Please let me know whether you still can reproduce the issue using the modified js file, thanks. PS: Although I can't say for sure I don't think the modifier keys are the problem since they do no more than dynamically setting |
@Flyer53 Awesome, thanks! |
I agre, will take a look. watching the videio again I see that its global since switching between pages in the website the loc bug presisted. (24s bug present window closed then later new window created and bug still there) therfore it is somthing in global state no a panel instance |
Describe the bug
So Im having trouble reproducing so im just wondering if anyone knows what trigers the aspect ratio to lock in a jspanel and what might call it. is there a sound way to detect and unlock the aspect ratio (i know thats hacky but easiest :))
Desktop (please complete the following information):
Additional context
im using jspanel in a webmap with leaflet jquerey bootstrap and slick grids as well as a bunch of other stuff.
The text was updated successfully, but these errors were encountered: