Bug #9235
FILL-IN with numeric format: invalid initial state
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
Related issues
History
#1 Updated by Vladimir Tsichevski almost 2 years ago
When a new FILL-IN with a numeric format is just created, the following is expected:
- the
SCREEN-VALUEis an empty string. - the cursor is in the leftmost position.
- no cursor movement is possible
- the selection is invalid.
The same holds when a fill-in receives focus with TAB.
In FWD (for decimal editor with default format):
- the
SCREEN-VALUEis an empty string, OK, but - the cursor position is 2
- the selection range is 1 to 10
- the cursor can be moved to positions 1-9 with keyboard
- the cursor position becomes 10 when the widget receives focus with
TAB.
The issue was first referenced in #9039-53.
#3 Updated by Vladimir Tsichevski almost 2 years ago
- Related to Bug #7794: FILL-IN: editing numbers issues added