[Libreoffice-bugs] [Bug 144876] Width of image properties dialog box is displayed incorrectly
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sun Oct 3 11:56:27 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=144876
raal <raal at post.cz> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |bibisected, bisected
CC| |matteo.casalin at poste.it
--- Comment #5 from raal <raal at post.cz> ---
This seems to have begun at the below commit.
Adding Cc: to Matteo Casalin ; Could you possibly take a look at this one?
Thanks
cd6651803f018ec6334c7079ec1c10e8691a4996 is the first bad commit
commit cd6651803f018ec6334c7079ec1c10e8691a4996
Author: Jenkins Build User <tdf at pollux.tdf>
Date: Tue Jun 5 08:15:12 2018 +0200
source sha:565340d457f41197474a75ba1b036bdc3d569041
https://git.libreoffice.org/core/+/565340d457f41197474a75ba1b036bdc3d569041
Fix tdf#100937: LO Freezed when I insert a very long text in...
... the Description box
The issue was triggered by ImpVclMEdit::Resize initially calling
TextEngine::SetMaxTextWidth() with a negative width (due to an initial
empty area, further "reduced" to take into account a vertical scroll
bar) and then with positive values in following iterations.
I preferred to consider such negative widths a no-op instead of
extending them to the "maximum" possible width.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20211003/01ac3186/attachment.htm>
More information about the Libreoffice-bugs
mailing list