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

[Bug] Crash while moving cropping handles via Insert Frames dialog #1377

Open
ThinkAndWander opened this issue Mar 17, 2025 · 0 comments
Open
Assignees
Labels
🔷 Bug 🐛 Type • An undesired situation happens. ⬜ Pending Status • This issue stills needs to be analyzed.

Comments

@ThinkAndWander
Copy link

Crash

Moving the cropping handles in the Insert Frames dialog (Insert.xaml), shown below for reference:

Image

results in unexpected behavior that sets the dimensions to extraordinary values
Image

which can actually crash once it represents infinity in floating point. It gets here fast; I got it naturally i.e. I was not trying to replicate bugs.
Image

To Reproduce
Steps to reproduce the behavior:

  1. Click Load, choose a frame
  2. Click Media, add another frame that knowingly does not match the same height
  3. Click the bottom cropping handle and drag it downwards just a bit, then wiggle the mouse in place
  4. Observe the dimensions run to infinity very quickly

Expected behavior
Cropping handles should move normally, of course. None of this craziness :p

Desktop (please complete the following information):

  • OS: Windows 10 Home
  • Version 19045.5247
  • OS and Monitor Resolution match, 1920 x 1080 native

Sidenote

There are several issues with this dialog. It's just very hard and confusing to use, almost everything it does with the cropping handles is surprising. I don't know if other behavior I found is a bug or not, but it would crop the image size as well in the new frame when I attempted to move a handle once, (it reflected a new size under "Image Size") and there's no undo/redo for it.

@ThinkAndWander ThinkAndWander added ⬜ Pending Status • This issue stills needs to be analyzed. 🔷 Bug 🐛 Type • An undesired situation happens. labels Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔷 Bug 🐛 Type • An undesired situation happens. ⬜ Pending Status • This issue stills needs to be analyzed.
Projects
None yet
Development

No branches or pull requests

2 participants