Description: When text is pasted into a text box, overwriting existing text, and using 'Paste Special-Unformatted', if the overwritten text comprises more than one line, then impress hangs. Steps to Reproduce: 1.create new impress file 2.create a textbox and enter text with more than one line 3.select the text 4.copy the text (or any text, say text from a .odt) 5.with text in textbox still selected, 'Edit-Paste Special' and select 'Unformatted Text Actual Results: impress freezes requiring a 'force quit' Expected Results: text in textbox should be overwritten Reproducible: Always User Profile Reset: No Additional Info: Normal Paste, or other forms of Paste Special do not cause the problem. Workaround: Delete the existing text before pasting the new. (But it's a bore)
Regression introduced by: https://cgit.freedesktop.org/libreoffice/core/commit/?id=5131f5ba19ebc5de17139dbcf373866a9b155b2b author Armin Le Grand <Armin.Le.Grand@cib.de> 2017-08-10 20:08:56 +0200 committer Armin Le Grand <Armin.Le.Grand@cib.de> 2017-08-11 08:51:43 +0200 commit 5131f5ba19ebc5de17139dbcf373866a9b155b2b (patch) tree 627beb6b4b636e0161ba92ecf7fc3005a2c3b983 parent 46b4eb8b0e9325f8c29cd391baf9504bccee1837 (diff) editviewoverlay: corrected AttributeChange EditView on Overlay visualization needs to handle selection change when e.g. FontSize attribute of a selected text portion changes. Changed handling so that selection overlay is an integral part of text visualization overlay and refreshing text visualization always refreshes selection visuals, but not the other way around. Both anyways check for real change, so just extra testing is avoided which is still the better solution Bisected with: bibisect-linux64-6.0 Adding Cc: to Armin Le Grand
*** This bug has been marked as a duplicate of bug 115438 ***