Bug 157435 - Use numeric field when editing integer typed config items
Summary: Use numeric field when editing integer typed config items
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: UI (show other bugs)
Version:
(earliest affected)
24.2.0.0 alpha0+
Hardware: All All
: medium enhancement
Assignee: Samuel Mehrbrodt (allotropia)
URL:
Whiteboard: target:24.2.0
Keywords:
Depends on:
Blocks: Options-Dialog-Expert
  Show dependency treegraph
 
Reported: 2023-09-25 11:51 UTC by Samuel Mehrbrodt (allotropia)
Modified: 2023-11-20 07:42 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 Samuel Mehrbrodt (allotropia) 2023-09-25 11:51:31 UTC
1. Open Expert config.
2. Search for "FileFormatVersion"
3. Edit one of the properties

Expected: Edit field should use a spin box when editing numbers.
Actual: Simple plain text edit field
Comment 1 Heiko Tietze 2023-09-26 10:51:48 UTC
Although the input accepts only numeric values for this variable I think it#s a good idea to use specialized controls.
Comment 2 Samuel Mehrbrodt (allotropia) 2023-11-20 07:42:45 UTC
Fixed with commit 1f874d384228867ee450d3e1d53c821519b51722 (forgot to mention the bug number in commit).