#4203 closed defect (fixed)
Text selection handlers disappears on Gtk.Entry when "Backspace" is pressed
Reported by: | humitos | Owned by: | garnacho |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | Sugar | Version: | Unspecified |
Severity: | Major | Keywords: | |
Cc: | erikos | Distribution/OS: | OLPC |
Bug Status: | Assigned |
Description (last modified by erikos)
Steps to reproduce it:
- Go to eBook mode
- Go to Home/Neighborhood/Group view
- Tap on the "Search" entry
- Text selection input handler is shown
- Type something
- The handler does update it's position accordingly
- Press "Backspace"
Issue:
The input handler does disappear when backspace is tapped on the OSK for the first time. It should update it's position like it did when entering new characters.
Expected behaviour:
Keep showing those handlers
Environment:
XO-4 13.1.0 os11
Attachments (1)
Change History (8)
comment:1 Changed 11 years ago by humitos
- Description modified (diff)
comment:2 Changed 11 years ago by erikos
- Bug Status changed from Unconfirmed to Assigned
- Description modified (diff)
- Distribution/OS changed from Unspecified to OLPC
- Milestone changed from Unspecified by Release Team to 0.98
- Owner changed from erikos to garnacho
- Priority changed from Unspecified by Maintainer to High
- Severity changed from Unspecified to Major
- Status changed from new to assigned
comment:3 Changed 11 years ago by erikos
- Keywords triage removed
Changed 11 years ago by garnacho
comment:4 Changed 11 years ago by garnacho
- Cc erikos added
With the last attached patch, both textviews and entries keep the insertion cursor visible on OSK typing
comment:5 Changed 11 years ago by godiard
Can we close this ticket? I can't reproduce it in os36
comment:6 Changed 10 years ago by dnarvaez
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
GTK+ patch to fix the issue