Description: When using the navigation bar, double-clicking the toggle button switches to the next or previous slide 3 slides, not 2. The first click switches 1 slide, the second click switches 2 slides at once. Steps to Reproduce: 1. Enable use of navigation bar 2. Run a presentation with multiple slides 3. Double click on the button to switch to the next slide Actual Results: Switches 3 slides (one on the first click, two on the second) Expected Results: Switches 2 slides Reproducible: Always User Profile Reset: No Additional Info: Version: 24.2.0.0.alpha1+ (X86_64) / LibreOffice Community Build ID: 24135dc15a797ca91dd32c70cbc4d26a05dfd127 CPU threads: 12; OS: Linux 6.1; UI render: default; VCL: gtk3 Locale: ru-RU (ru_RU.UTF-8); UI: en-US Calc: CL threaded Also reproduced on Version: 7.6.3.2 (X86_64) / LibreOffice Community Build ID: 60(Build:2) CPU threads: 12; OS: Linux 6.1; UI render: default; VCL: gtk3_kde5 Locale: ru-RU (ru_RU.UTF-8); UI: ru-RU Calc: CL threaded
(In reply to Vladislav Tarakanov from comment #0) >.... > 3. Double click on the button to switch to the next slide Why double-click to switch next slide, one click works for me. > .... https://help.libreoffice.org/latest/en-US/text/simpress/guide/show.html?DbPAR=IMPRESS#bm_id5592516
(In reply to m.a.riosv from comment #1) > (In reply to Vladislav Tarakanov from comment #0) > >.... > > 3. Double click on the button to switch to the next slide > Why double-click to switch next slide, one click works for me. > > .... > > https://help.libreoffice.org/latest/en-US/text/simpress/guide/show. > html?DbPAR=IMPRESS#bm_id5592516 1 click switches 1 slide, no problem here. The problem occurs when users double-click a button on the navigation bar (this seems to happen accidentally when they try to quickly switch slides using the navigation bar). In this case, the number of button clicks does not correspond to the number of slides switched, which is the problem.
We looked in more detail at the behavior of multiple mouse clicks on the slide switch buttons on the navigation bar. It seems that the more quick clicks are made on the button, the more slides will be switched in a row. Although the bug has not yet been confirmed, for us the behavior is corrected with this patch:https://gerrit.libreoffice.org/c/core/+/161625
(In reply to Vladislav Tarakanov from comment #3) > We looked in more detail at the behavior of multiple mouse clicks on the > slide switch buttons on the navigation bar. It seems that the more quick > clicks are made on the button, the more slides will be switched in a row. > > Although the bug has not yet been confirmed, for us the behavior is > corrected with this patch:https://gerrit.libreoffice.org/c/core/+/161625 https://geometrydashonline.io Oh. Nice answer
(In reply to Vladislav Tarakanov from comment #3) > We looked in more detail at the behavior of multiple mouse clicks on the > slide switch buttons on the navigation bar. It seems that the more quick > clicks are made on the button, the more slides will be switched in a row. > > Although the bug has not yet been confirmed, for us the behavior is > corrected with this patch:https://gerrit.libreoffice.org/c/core/+/161625 https://fnafgames.io Thanks for the source.
Vladislav Tarakanov committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/ab320f4e11c70b50e5beddf12ad925f192941d9a tdf#158924 Handle multi-clicks for navigation bar It will be available in 24.8.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.
Vladislav Tarakanov committed a patch related to this issue. It has been pushed to "libreoffice-24-2": https://git.libreoffice.org/core/commit/f0164f2755be1e759894601d6097ef70e0411f3d tdf#158924 Handle multi-clicks for navigation bar It will be available in 24.2.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.