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 150673 - Broken dialogs
Broken dialogs
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Interface
1.2.x
Other Linux
: Normal major
: ---
Assigned To: Marco Pesenti Gritti
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2004-08-20 21:35 UTC by Mikhail Zabaluev
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
possible fix (986 bytes, patch)
2004-08-20 22:38 UTC, Christian Persch
committed Details | Review

Description Mikhail Zabaluev 2004-08-20 21:35:10 UTC
The Find dialog (Ctrl+F), once opened, loses all sensitivity to its buttons and
can be closed only by the window frame Close button.

The error logs hint at the problem:

** (epiphany-bin:1752): WARNING **: callback function not found:
find_entry_changed_cb

** (epiphany-bin:1752): WARNING **: callback function not found:
find_next_button_clicked_cb

** (epiphany-bin:1752): WARNING **: callback function not found:
find_check_toggled_cb

** (epiphany-bin:1752): WARNING **: callback function not found:
find_check_toggled_cb

** (epiphany-bin:1752): WARNING **: callback function not found:
find_prev_button_clicked_cb

** (epiphany-bin:1752): WARNING **: callback function not found:
find_close_button_clicked_cb
Comment 1 Mikhail Zabaluev 2004-08-20 21:37:28 UTC
The Properties dialog is broken too.
Comment 2 Christian Persch 2004-08-20 22:04:51 UTC
I cannot reproduce this. Which OS do you have? Linux, *BSD, ... ?
Comment 3 Christian Persch 2004-08-20 22:11:41 UTC
Also, with which gcc, autoconf, libtool versions was epiphany compiled?
Comment 4 Christian Persch 2004-08-20 22:38:32 UTC
Created attachment 30799 [details] [review]
possible fix

If you compile from source, can you please test if this patch fixes this bug?
Comment 5 Mikhail Zabaluev 2004-08-21 08:19:21 UTC
Yes, the patch fixes it.

FYI:
autoconf (GNU Autoconf) 2.59
automake (GNU automake) 1.8.5
ltmain.sh (GNU libtool) 1.5.8 (1.1220.2.118 2004/08/07 12:24:38)

What also struck me as odd is that some GNOME macros were not imported by
aclocal from /usr/share/aclocal/gnome2-macros unless I listed this directory
with -I.
Comment 6 Marco Pesenti Gritti 2004-09-16 09:15:10 UTC
Wasnt this patch checked in ?
Comment 7 Christian Persch 2004-09-16 10:34:54 UTC
Yes, it was checked in. I left the bug open for the 'some GNOME macros were not
imported by aclocal from /usr/share/aclocal/gnome2-macros unless I listed this
directory with -I' problem.
Comment 8 Marco Pesenti Gritti 2004-09-16 10:56:47 UTC
That's possibly system misconfiguration. Anyway, please open a separate bug
report for that if you didnt figure it out.