Description: Navigator doesn't scroll to page entered if the cursor is at that page already Steps to Reproduce: 1. Open the attached file 1a. Open sidebar navigator deck 2. Scroll to page 4 or CTRL+END 3. Place cursor somewhere on page 4 4. Scroll up using scroll wheel or dragging scrollbar up 5. Type 4 for navigator page number & press Enter ->Nothng Actual Results: Nothing happens Expected Results: Scrolling to page 4 Reproducible: Always User Profile Reset: No Additional Info: Found in 7.1 but not in Version: 6.2.4.0.0+ Build ID: 915ec0b5f5ce9a2da6a51f5278ea4faaffa19839 CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; Locale: nl-NL (nl_NL); UI-Language: en-US Calc: CL
Created attachment 163278 [details] Example file
Thank you for reporting the bug. I can confirm that the bug is present in [the LibreOffice version details you tested with (can be copied from the Help ▸ About LibreOffice dialog)]
Bibisected using linux-64-7.0 to: URL: https://cgit.freedesktop.org/libreoffice/core/commit/?id=e3b14639dca24f5ca559044651d2140f8f4a0e74 author: Caolán McNamara <caolanm@redhat.com> committer: Caolán McNamara <caolanm@redhat.com> summary: focus getting stuck in the navigator spinbutton Adding CC: Caolán McNamara
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/50b36951dbf080509c49bf326131afb8c2390d2d tdf#134959 move focus on activate, but leave focus on value-changed It will be available in 7.1.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-0": https://git.libreoffice.org/core/commit/021019e0310363daed12d4a006e1785e3184c33e tdf#134959 move focus on activate, but leave focus on value-changed It will be available in 7.0.1. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Verified in Version: 7.1.0.0.alpha0+ Build ID: 231e1e416c039d1f9724962a89cf0573a3db48a2 CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded @Caolán, thanks for fixing this issue!!