Opened 11 years ago
Last modified 11 years ago
#11593 confirmed Bug
[Image2] If only one dimension is set the missing one should not be set when resizing image — at Initial Version
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.3 |
Keywords: | Cc: |
Description
TC1:
- Open image2 sample.
- Doubleclick image.
- Change the width to 300.
- See that height was set too although it was empty at the beginning. I'd expect that it was left empty.
Notice that in step 2 "keep ratio" is on. I think that it's ok, because it tells user that ratio will be kept if he changes size, which is true because the missing dimension is calculated automatically.
TC2:
- Open image2 sample.
- Doubleclick image to verify that only width is set. Close the dialog.
- Resize image using handler.
- Doubleclick image.
- See that both dimensions are set now.