Bug 155509 - Image properties crop dialog allows scaling value which won't be applied when pressing OK
Summary: Image properties crop dialog allows scaling value which won't be applied when...
Status: UNCONFIRMED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: UI (show other bugs)
Version:
(earliest affected)
7.6.0.0 alpha1+
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-26 09:56 UTC by Telesto
Modified: 2023-06-02 14:41 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Telesto 2023-05-26 09:56:48 UTC
Description:
Image properties crop dialog allows scaling value which won't be applied when pressing OK

Steps to Reproduce:
1. Open attachment 187514 [details]
2. Select the image
3. Press F4 or Format -> Image -> Properties
4. Crop tab
5. Scale.. add some large scale width & height value, like 200%
6. Press OK (notice this isn't applied)
7. Press F4 or Format -> Image -> Properties (crop tab)
8. Notice that it isn't 200%
9. Go to position and size tab
10. Try to increase the height /weight (blocked).

Actual Results:
Dialog doesn't match end-result

Expected Results:
* Being able to to scale outside page (see also bug 155502)
* Or block values which aren't allowed.


Reproducible: Always


User Profile Reset: No

Additional Info:
Version: 7.6.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 22950a9b008e1bb22fa9e54b5d45715e25fee764
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL threaded
Comment 1 Heiko Tietze 2023-05-30 09:31:45 UTC
Obviously the page height/width are limiting factors. => NAB 

(UX-wise we could set a maximum for the spin edit controls; but it sounds like some effort for not much benefit)
Comment 2 Heiko Tietze 2023-05-30 09:34:23 UTC
(In reply to Heiko Tietze from comment #1)
> (UX-wise we could set a maximum for the spin edit controls; but it sounds
> like some effort for not much benefit)

We do for the Image Size controls but not for Scale.
Comment 3 Telesto 2023-06-02 14:41:06 UTC
(In reply to Heiko Tietze from comment #1)
> Obviously the page height/width are limiting factors. => NAB 

See bug 155502