GNOME Bugzilla – Bug 712755
Misplaced GdTaggedEntryTag in gedit's search entry
Last modified: 2013-12-19 22:52:07 UTC
Created attachment 260344 [details] Misplaced GdTaggedEntryTag in gedit How to reproduce in gedit: - Ctrl+F to open the search - enter some search text (with at least one match in the buffer) - de-focus the search entry; it will slide out - Ctrl+G to jump to the next search match (search entry stays hidden) - Ctrl+F to reveal the search entry again Result: See attached screenshot
Created attachment 264547 [details] [review] GdTaggedEntry: Fix inserting tag when unmapped When a GdTaggedEntryTag was inserted into an unmapped but realized GdTaggedEntry, the tag's GDK window wasn't created. This resulted in a drawing failure on showing the entry again. Fix this by making sure to realize the tag at once if the entry is already realized.
Created attachment 264550 [details] [review] GdTaggedEntry: Fix inserting tag when unmapped When a GdTaggedEntryTag was inserted into an unmapped but realized GdTaggedEntry, the tag's GDK window wasn't created. This resulted in a drawing failure on showing the entry again. Fix this by making sure to realize the tag at once if the entry is already realized. Also enhance test-tagged-entry to allow testing this.
Attachment 264550 [details] pushed as b943027 - GdTaggedEntry: Fix inserting tag when unmapped