Bug 138255 - Input spin edit in the go-to page dialog
Summary: Input spin edit in the go-to page dialog
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: UI (show other bugs)
Version:
(earliest affected)
7.1.0.0.alpha1+
Hardware: All All
: medium enhancement
Assignee: tobias
URL:
Whiteboard: target:7.3.0
Keywords: difficultyBeginner, easyHack, skillCpp, topicUI
Depends on:
Blocks:
 
Reported: 2020-11-16 12:02 UTC by Telesto
Modified: 2021-09-06 07:47 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Telesto 2020-11-16 12:02:49 UTC
Description:
UI: Input spinner for go to page dialog

Steps to Reproduce:
1. Open Writer
2. Left click on page number in the status bar (left)

Actual Results:
Dialog without 'spinner' or I think it's called that way (up/down arrow). Compare go to page in sidebar navigator

Expected Results:
Up/down button. And allowance of pressing keyboard up/down and/or use hoover over scroll wheel up down


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.1.0.0.alpha1+ (x64)
Build ID: 5a96093f0ecee53432bdf35f247edd6deb501baf
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
Comment 1 Telesto 2020-11-16 12:04:08 UTC
@Caolan
You maybe interested. I don't have 'permission' from UX, but think no harm being done here
Comment 2 Buovjaga 2021-07-27 17:10:20 UTC
Yeah, I think it's a good idea
Comment 3 Heiko Tietze 2021-08-20 08:26:43 UTC
It's a GtkSpinEdit that you prefer over the simple edit field. Easyhack, let's save Caolan's precious time for advanced tasks.

Code pointer: sw/uiconfig/swriter/ui/gotopagedialog.ui; maximum needs to be set per code in sw/source/uibase/utlui/gotodlg.cxx
Comment 4 Commit Notification 2021-09-06 07:47:23 UTC
tobias committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/72c000a8fd28215e839a731bb00147395f35ba4e

tdf#138255 use GtkSpinButton in SwGotoPageDlg

It will be available in 7.3.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.