After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 342447 - Crash when using the live-search-entry
Crash when using the live-search-entry
Status: VERIFIED FIXED
Product: anjuta
Classification: Applications
Component: core application
CVS HEAD
Other Linux
: Normal normal
: ---
Assigned To: Anjuta maintainers
Anjuta maintainers
: 342488 342857 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-05-20 20:54 UTC by Marc Maurer
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch against EggEntryAction (1.11 KB, patch)
2006-05-20 20:55 UTC, Marc Maurer
committed Details | Review

Description Marc Maurer 2006-05-20 20:54:54 UTC
1) start anjuta
2) open new document
3) type some lines, for example

1
2
3
4
5

4) place the cursor at the beginning of the document
5) enter the live-search-entry, and type "3"
6) click somewhere in the document window (maying the entry loose focus)

Crashes reliably here. Note that the entry is actually a EggEntryAction. Before the crash, the code asserts at GTK_WIDGET_HAS_FOCUS in blink_cb (gtk/gtkentry.c). The documentation in that function also says that when you connect a focus-out handler, you need to make it return FALSE for the signal to be propragated up. This isn't the case in EggEntryAction. The attached patches fixes the crash for me  (note that other signals might have the same problem, which just might not show up atm).
Comment 1 Marc Maurer 2006-05-20 20:55:25 UTC
Created attachment 65919 [details] [review]
Patch against EggEntryAction
Comment 2 Johannes Schmid 2006-05-21 16:10:50 UTC
*** Bug 342488 has been marked as a duplicate of this bug. ***
Comment 3 Johannes Schmid 2006-05-25 08:04:47 UTC
*** Bug 342857 has been marked as a duplicate of this bug. ***
Comment 4 Naba Kumar 2006-12-04 10:01:19 UTC
Closing all fixed bugs. Sorry for the mass update :( ...