-
Notifications
You must be signed in to change notification settings - Fork 57
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
Strange behaviour after pinch/zoom Gesture on Window titlebar #191
Comments
@akstek I'm sorry, but this most probably will not change, at least not within v4.x of jsPanel. Regards, |
Doing a Pinch/Zoom Gesture on a mobile is a common task. The bad thing about this bug is that the user has to reload the page to get rid of it. I narrowed it down that there is a mousemove handler bound to the document, which never gets removed on touchend/mouseup. |
Well, you might be right. And I know that my jsPanel code has flaws. But please consider that I'm NOT a professional/trained programmer, and therefore, my skills as programmer are limited. jsPanel is sort of a hobby I do in my spare time. If I ever start a version 5 a few things will most probably be done differently ... and hopefully better. But for now ... it's the best I can do. Furthermore, as someone doing this in his sparetime and providing jsPanel for free I don't have a huge assortment of devices to test on (especially devices with a touchscreen). I hope you can understand me reasoning. PS: If you can track it down to a specific handler ... maybe you can also provide a fix. So far I thought all handlers concerning the dragit/resizeit features are removed on mouseup/touchend/pointerup. |
Hello Stefan I have been a programmer all my life and have 40 years of experience in development , You are a better programmer than me on several levels in the field you are familiar with, Over the years I have learned a lot from you, and I have received great professional help from you that has improved my projects that I am so proud of. And like me, over the years quite a few people have been helped by and your excellent professionalism. A programmer does not have to study in school to be a valued and high-level professional programmer can be an excellent programmer with as much common sense and experience and self-learning ability as you have. Stefan Yours always in friendship |
@AviHafner My very best regards, |
@Flyer53 And THX for your hard work, jsPanel is a great pice of software. |
@akstek |
@Flyer53 Any updates on this? |
@akstek |
OK, wish you all the best. In the meantime we will use our patched version. |
If you do a pinch/zoom Gesture on the Titlebar of a open jsPanel Window and click afterwards anywhere on the free area around the window it will change its position.
To Reproduce
See this video demo:
https://sigmatek-my.sharepoint.com/:v:/g/personal/alexander_knett_sigmatek_at/ESwHFDg3vJZMojegNPld-rUBdCaQ5X0BcmSAVrVYynaPhQ?e=aHXQIo
Expected behavior
The window should not change its position.
Devices used:
The text was updated successfully, but these errors were encountered: