[Bug 158545] UI: Original size button in image properties -> position and size tab doesn't restore original size for paper size exceeding images in Writer (and breaks image ratio)

2024-01-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158545

Heiko Tietze  changed:

   What|Removed |Added

 CC|libreoffice-ux-advise@lists |heiko.tietze@documentfounda
   |.freedesktop.org|tion.org
   Keywords|needsUXEval |
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #8 from Heiko Tietze  ---
We discussed the topic in the design meeting.

MSO365 allows scaling beyond the page size and cuts off the extra part (moving
out of the canvas is not possible, however). This would be the preferred
solution.

Until then we suggest to rename the function into "Reset" and add a tooltip
with "Resets width and height to the original size, unless limited by the page
size". Furthermore the original dimension like shown in the compress dialog
before this button should make clear what is being reset here.

In any case the aspect ratio should be kept.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 158545] UI: Original size button in image properties -> position and size tab doesn't restore original size for paper size exceeding images in Writer (and breaks image ratio)

2024-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158545

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl

--- Comment #7 from Cor Nouws  ---
(In reply to Telesto from comment #5)

> Maybe something like: Reset dimensions. Which acts at fit to page
> (proportional) for large image dimensions; in other cases the embedded
> dimensions are used
Sounds good to me.

> The Writer page size shouldn't be hard limit, ideally ...
It is expected that the behavior origins from the time that a text editor was
exclusively linked to printing documents on some standard sized paper ;)

I find myself seldom in a situation where it causes extra work (cropping
images).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 158545] UI: Original size button in image properties -> position and size tab doesn't restore original size for paper size exceeding images in Writer (and breaks image ratio)

2024-01-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158545

--- Comment #6 from Miklos Vajna  ---
(In reply to Heiko Tietze from comment #4)
> Miklos, Mike: any insights why Writer prevents to exceed the page size?

One reason my be consistency. Writer defaults to capturing drawing objects
inside the page frame. sw/source/core/doc/DocumentSettingManager.cxx:76 has a
compat setting named DoNotCaptureDrawObjsOnPage to decide if we want this
capturing or not, capturing is on by default.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 158545] UI: Original size button in image properties -> position and size tab doesn't restore original size for paper size exceeding images in Writer (and breaks image ratio)

2024-01-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158545

--- Comment #5 from Telesto  ---
Created attachment 191729
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191729=edit
Image sample

(In reply to Heiko Tietze from comment #2)
> Agree, the ratio should be kept. But what could be an alternative label for
> the original size?

Maybe something like: Reset dimensions. Which acts at fit to page
(proportional) for large image dimensions; in other cases the embedded
dimensions are used

(In reply to Heiko Tietze from comment #4)
> Miklos, Mike: any insights why Writer prevents to exceed the page size?

Well not directed to me... but for the record: I surely don't want to be
inserted or reset to actual dimensions. Images are often stored at 72 dpi with
16 megapixels or more. Result: insanely large images dimensions (based on DPI).
The 'original size' button shouldn't do this either, IMHO. It's not
useful/sensible/practical, if you ask me 

Draw example
1. Insert the attached image into draw (image shrinks to page on insertion;
fine)
2. You can increase the size by stretching it with the corners of the image
(page size is not a hard limit in Draw, it is in Writer: annoying)
3. Right click the image -> Select Original size (unpractical end-result)

So insertion: fit to page (proportionally) for large images, in other cases
else embedded size (across the board; Writer, Impress, Draw, Calc)

The Writer page size shouldn't be hard limit, ideally. However the current
behaviour isn't to problematic. My primary concerns: (a) Images losing
proportions (b) the label not matching what it actually does in case of Writer.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 158545] UI: Original size button in image properties -> position and size tab doesn't restore original size for paper size exceeding images in Writer (and breaks image ratio)

2024-01-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158545

Heiko Tietze  changed:

   What|Removed |Added

 CC||mikekagan...@hotmail.com,
   ||vmik...@collabora.com

--- Comment #4 from Heiko Tietze  ---
Miklos, Mike: any insights why Writer prevents to exceed the page size?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 158545] UI: Original size button in image properties -> position and size tab doesn't restore original size for paper size exceeding images in Writer (and breaks image ratio)

2024-01-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158545

--- Comment #3 from Eyal Rozenberg  ---
I would have liked to say that original size should really mean the original
size; but - at the moment, it seems Writer forbids exceeding page dimensions,
so that might be impossible. Anyway, "original size" the way it is now must be
either rephrased or removed.


At any rate, buttons which _might_ be relevant for me:

* scale proportionally as much as possible within the page
* scale proportionally as much as possible within the page while maintaining
some position, e.g. image center, or one of the corners etc.
* scale proportionally towards the original dimensions, as much as a the page
allows
* scale to page dimensions
* scale until hitting a page boundary, while maintaining some position, e.g.
image center, or one of the corners etc.
* scale to the minimum of the original dimension and the page dimension on each
axis

not sure which are more important than which.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 158545] UI: Original size button in image properties -> position and size tab doesn't restore original size for paper size exceeding images in Writer (and breaks image ratio)

2024-01-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158545

--- Comment #2 from Heiko Tietze  ---
Agree, the ratio should be kept. But what could be an alternative label for the
original size?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 158545] UI: Original size button in image properties -> position and size tab doesn't restore original size for paper size exceeding images in Writer (and breaks image ratio)

2023-12-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158545

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 158545] UI: Original size button in image properties -> position and size tab doesn't restore original size for paper size exceeding images in Writer (and breaks image ratio)

2023-12-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158545

Dieter  changed:

   What|Removed |Added

 Blocks||103270
 CC||dgp-m...@gmx.de,
   ||libreoffice-ux-advise@lists
   ||.freedesktop.org
   Keywords||needsUXEval

--- Comment #1 from Dieter  ---
I cinfirmed the described behaviour with

Version: 24.2.0.0.beta1 (X86_64) / LibreOffice Community
Build ID: 5f390384195b7264c6e52add9e90a39790285249
CPU threads: 4; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-GB
Calc: CL threaded

Additional observation:
Values in Scale are wrong after pressing "origional size" button, because they
are not in line with Image size and the result.

would call it enhancemnt (of the dialog) request
Adding design-team for further ideas


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103270
[Bug 103270] [META] Image/Picture dialog bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 158545] UI: Original size button in image properties -> position and size tab doesn't restore original size for paper size exceeding images in Writer (and breaks image ratio)

2023-12-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158545

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.