Description: Cursor doesn't blink in comment box Steps to Reproduce: 1. Open Writer 2. Insert a comment 3. Type something (not really needed) 4. Look at the cursor Actual Results: Static line for 'cursor' Expected Results: Blinking as normally Reproducible: Always User Profile Reset: No Additional Info: Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community Build ID: 3d18cae102e16b85fb8787f5ec3b086bfa2bd7b8 CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win Locale: nl-NL (nl_NL); UI: nl-NL Calc: CL
Not reproducible in Version: 7.3.0.0.alpha0+ / LibreOffice Community Build ID: c6695a4aabeaae99174b7658f2b813788ecff7f0 CPU threads: 4; OS: Linux 5.7; UI render: default; VCL: x11 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded
Nevermind, I can reproduce the missing blink. Regression introduced by: https://cgit.freedesktop.org/libreoffice/core/commit/?id=69c546e1e7a697217f273baa7c1729ff823efd76 author Caolán McNamara <caolanm@redhat.com> 2020-12-04 16:30:31 +0000 committer Caolán McNamara <caolanm@redhat.com> 2021-02-06 12:16:04 +0100 commit 69c546e1e7a697217f273baa7c1729ff823efd76 (patch) tree 4533c38b84d1cd57f86094ac816f0eb7c526ade1 parent 2c61782812b1b8b382dd48a04a712da9eaeb4685 (diff) weld annotation window Bisected with: bibisect-linux64-7.2 Adding Cc: to Caolán McNamara
No change Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community Build ID: d5e55d204b71710eb5eb5d2c683dd6698626df3c CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win Locale: nl-NL (nl_NL); UI: en-US Calc: CL
I will take this up and start working on it
How would one go about solving this problem tdf#143449? I've looked over in the codebase, tried to use debugger in "sw\source\uibase\docvw\PostItMgr.cxx" and "sw\source\uibase\docvw\AnnotationWin.cxx".. wondering if I'm looking at the right code pointers ... Some guidance appreciated :)
Could not make any progress after debugging and changing code through hit and trial. Changing status back to NEW.