View Issue Details

IDProjectCategoryView StatusLast Update
0016842ScribusUser Interfacepublic2022-09-14 10:29
ReporterJLuc Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
PlatformLinuxOSUbuntuOS Version22.04
Product Version1.5.8 
Summary0016842: "Select all" within text frames margin sizes inputs
Description"Select all" + copy'n'paste is usefull when having to set the same margin around all sides of a text frame.
I met this issue doing so : "Select all" CTRL+A shortcut has weird results.

it looks like the selected text is allways the input text minus the 3 last glyphs. But sometime this heuristic doesnt apply well :
With french locale :
- content = "0,15 cm" or "0.15 cm" : "select all" is OK
- content = "0.15cm" or "0.15cm" : only "0.1" is selected
- content = "0.15" : only "0" is selected.


TagsNo tags attached.
PatchNo

Activities

jghali

2022-09-13 22:54

administrator   ~0049761

Interesting issue. Not sure we'll be able to fix this one tho as the Ctrl+A behavior in spinboxes is implemented by Qt.

jghali

2022-09-14 10:29

administrator   ~0049762

My guess is that the number of unselected characters depends on the length of the unit suffix.

Issue History

Date Modified Username Field Change
2022-09-12 20:31 JLuc New Issue
2022-09-12 20:31 JLuc Summary Selection within size inputs => "Select all" within text frames margin sizes inputs
2022-09-12 20:33 JLuc Description Updated
2022-09-13 22:54 jghali Note Added: 0049761
2022-09-14 10:29 jghali Note Added: 0049762