https://bugs.documentfoundation.org/show_bug.cgi?id=144876
raal <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |bibisected, bisected CC| |[email protected] --- Comment #5 from raal <[email protected]> --- 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 <[email protected]> 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.
