Bug #10808
COMBO-BOX entry GUI mode: Issues when containing only spaces
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
16250
version_resolved:
Related issues
History
#1 Updated by Vladimir Tsichevski 9 months ago
- Related to Bug #10807: COMBO-BOX DELETE-CHARACTER Crash in GUI Mode added
#2 Updated by Vladimir Tsichevski 9 months ago
- Launch the example application from ticket
#10736-1in GUI mode. - Type in some spaces into the COMBO-BOX entry.
OE Behavior¶
- Spaces are treated identically to other characters: users can perform all standard operations with spaces (e.g., insert, delete, navigate) identically to other characters.
FWD¶
Initial Insertion¶
- Typing spaces into the entry visually inserts them as expected.
- The caret (cursor) shifts right after each insertion, matching the growing content length.
- Pressing the
Leftarrow key moves the caret left through the spaces, as expected.
Differences¶
- After moving the caret left via
LeftHomearrow keys, pressing theRightorEndarrow keys does not move the caret right. - Clicking anywhere in the entry with the mouse seems to clear the entry content to empty. The caret jumps to position 0. Subsequent attempts to move the caret right (e.g., via
Rightarrow key or mouse clicks) fail.