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

New resizing bug introduced #40

Closed
FlowDownTheRiver opened this issue Apr 18, 2022 · 7 comments
Closed

New resizing bug introduced #40

FlowDownTheRiver opened this issue Apr 18, 2022 · 7 comments

Comments

@FlowDownTheRiver
Copy link

FlowDownTheRiver commented Apr 18, 2022

Rezise.bug.mp4

The image resizes itself auto zooms out when the mouse is released.Previously it was keeping the zoom level. It is doing it with multi stroke as well.

and this is how thee old version acts:

Old.version.behavior.mp4
@FlowDownTheRiver
Copy link
Author

FlowDownTheRiver commented Apr 18, 2022

I found another one.When you zoom in and when you are painting on the edge,near to that blurry zone in the UI.Even when you release the mouse it keeps painting. I switched to notepad and back to UI,it was still painting.My mouse button was not pushed or I wasn't holding it. I don't know how else I can describe it.

Out.of.region.bug.mp4

Steps to reproduce :
1)zoom in on the image
2)do a painting near the edge
3)after you paint over the edge and go to that blurry zone in the UI,release your mouse

You will see your mouse release does not register and it will act like you are still holding the mouse button.

Edit : I found that this behaviour already exists in the older versions.So this may not be a bug or it is how it works.

@Sanster
Copy link
Owner

Sanster commented Apr 19, 2022

zoom issue fixed in 0.9.3

@Sanster
Copy link
Owner

Sanster commented Apr 19, 2022

I found another one.When you zoom in and when you are painting on the edge,near to that blurry zone in the UI.Even when you release the mouse it keeps painting. I switched to notepad and back to UI,it was still painting.My mouse button was not pushed or I wasn't holding it. I don't know how else I can describe it.

Out.of.region.bug.mp4
Steps to reproduce : 1)zoom in on the image 2)do a painting near the edge 3)after you paint over the edge and go to that blurry zone in the UI,release your mouse

You will see your mouse release does not register and it will act like you are still holding the mouse button.

Edit : I found that this behaviour already exists in the older versions.So this may not be a bug or it is how it works.

It is how it works now(although I didn't design it that way). I try the same operation on cleanup.pictures, if the mouse touches the edge while painting, the painting process is interrupted. Not sure if this is a better behavior.

@FlowDownTheRiver
Copy link
Author

FlowDownTheRiver commented Apr 19, 2022

It is how it works now(although I didn't design it that way). I try the same operation on cleanup.pictures, if the mouse touches the edge while painting, the painting process is interrupted. Not sure if this is a better behavior.

No.Interuption is not good.
I think the best behavior is when the mouse is released no matter where it is ,it shall register as @flagshipbowtie mention.
But also when the mouse button is pushed and held by the user,it shall keep painting.

@Sanster
Copy link
Owner

Sanster commented Apr 20, 2022

It is how it works now(although I didn't design it that way). I try the same operation on cleanup.pictures, if the mouse touches the edge while painting, the painting process is interrupted. Not sure if this is a better behavior.

No.Interuption is not good. I think the best behavior is when the mouse is released no matter where it is ,it shall register as @flagshipbowtie mention. But also when the mouse button is pushed and held by the user,it shall keep painting.

This is a good suggestion, let me try if I can make it happen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@Sanster @FlowDownTheRiver and others