Description: UI: No visual change after applying a style, until scrolling (no redraw) Steps to Reproduce: 1. Open the attached file 2. Select the text (CTRL+A) 3. Apply a style (for example endnote -> no change Actual Results: No visible change Expected Results: A visible change Reproducible: Always User Profile Reset: No Additional Info: Version: 6.2.0.0.alpha0+ Build ID: 8e9d43546c8e46ea635472ddf07f5c183dc13360 CPU threads: 4; OS: Windows 6.3; UI render: default; TinderBox: Win-x86@42, Branch:master, Time: 2018-07-12_01:16:00 Locale: nl-NL (nl_NL); Calc: CL
Created attachment 143517 [details] Example file
I confirm it with Version: 6.2.0.0.alpha0+ (x64) Build ID: b0e291a7efcd3af2a72d0b622b1f1b84723f011f CPU threads: 4; OS: Windows 10.0; UI render: GL; TinderBox: Win-x86_64@42, Branch:master, Time: 2018-06-30_23:43:40 Locale: en-US (de_DE); Calc: CL But not with Version: 6.0.5.2 (x64) Build-ID: 54c8cbb85f300ac59db32fe8a675ff7683cd5a16 CPU-Threads: 4; BS: Windows 10.0; UI-Render: GL; Gebietsschema: de-DE (de_DE); Calc: group
Can't reproduce the issue. Seems to be working as it should. Manjaro Linux 64-bit Version: 6.2.0.0.alpha0+ Build ID: 4dfc014cb3838b61faef32991c8083787ee6d60c CPU threads: 8; OS: Linux 4.14; UI render: default; VCL: gtk3; Locale: en-US (en_US.UTF-8); Calc: group threaded
Regression introduced by: https://cgit.freedesktop.org/libreoffice/core/commit/?id=83243003b46dfb258c2b41049b0e1cb82a2d7ddb author Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> 2018-05-04 08:44:47 +0200 committer Björn Michaelsen <bjoern.michaelsen@libreoffice.org> 2018-05-05 08:14:12 +0200 commit 83243003b46dfb258c2b41049b0e1cb82a2d7ddb (patch) tree 1e9f4fa59e10e7c8ea30fce1bd5c0cb7c37f87cd parent 0b56585cfc047decf25c648d3cccfc3c7b594a86 (diff) use WriterMultiListener instead of SwDepend in SwContentNode - also move SwContentNode and SwTextNode from Modify to SwClientNotify - this removes the last public use of SwDepend, which should now become an implementation detail of WriterMultiListener Bisected with: bibisect-linux64-6.1 Adding Cc: to Björn Michaelsen
Reproducible with current master Version: 6.2.0.0.alpha0+ Build ID: ccc7d6de630ad7d59dbde65c44f81ad749cb556b CPU threads: 4; OS: Linux 4.4; UI render: GL; VCL: gtk3; Ubuntu_16.04_x86-64 Locale: fr-FR (fr_FR.UTF-8); Calc: threaded but not with LO 6.1.1.0.0+ Version: 6.1.1.0.0+ Build ID: 2466ea26c4bef1e002a24f6845084633e5a058c4 Threads CPU : 4; OS : Linux 4.4; UI Render : par défaut; VCL: gtk3; Ubuntu_16.04_x86-64 Locale : fr-FR (fr_FR.UTF-8); Calc: threaded Best regards. JBF
*** Bug 118931 has been marked as a duplicate of this bug. ***
Bjoern Michaelsen committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=bafd49fb4d72b6dbb10b2fea1386d295dc9d435c tdf#118049 tdf#118833 tdf#118725: Fix some SwDepend regressions It will be available in 6.2.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Verified in Version: 6.2.0.0.alpha0+ Build ID: 5fb66ae5595b7435e8954df31473fad15a74b8c2 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: en-US (ca_ES.UTF-8); Calc: threaded @Björn, thanks for fixing this!!