#4381 closed defect (fixed)
Shell can lock up
Reported by: | erikos | Owned by: | erikos |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | |
Component: | Sugar | Version: | 0.98.x |
Severity: | Unspecified | Keywords: | |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | Unconfirmed |
Description
When testing touch text selections I came across the following issue:
- go to the Journal detail view
- type some text into the description or tag field
- select it
- copy it to the clipboard (ctrl+c)
- paste it again (ctrl+v)
I have seen a lock up while selecting and while copying/pasting to the clipboard, and as well when setting the insert point into one of the text fields.
I can often switch then to the virtual console still, but when switching I do not get back to the UI, the screen is not redrawn anymore, no mouse input possible.
Attachments (2)
Change History (5)
Changed 10 years ago by erikos
Changed 10 years ago by erikos
patch to replace g_timeout_add_seconds calls with gdk_threads_add_timeout ones for gtk text selection
comment:1 Changed 10 years ago by erikos
Those have been put into: http://dev.laptop.org/~erikos/result_gtk3_5/ With those no lock-up can be seen anymore.
comment:2 Changed 10 years ago by dnarvaez
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
new GTK3-OSK patch that fixes a lock up