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 164670 - Warning dialogs shown twice
Warning dialogs shown twice
Status: VERIFIED FIXED
Product: galeon
Classification: Deprecated
Component: general
1.3.19
Other Linux
: Normal normal
: 1.3.20
Assigned To: galeon-maint
galeon-maint
Depends on:
Blocks:
 
 
Reported: 2005-01-20 08:30 UTC by Loïc Minier
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
possible workaround (patch from chpe) (2.51 KB, patch)
2005-01-20 09:36 UTC, Crispin Flowerday (not receiving bugmail)
none Details | Review

Description Loïc Minier 2005-01-20 08:30:13 UTC
Since 1.3.19, warning dialogs are shown twice.

A Debian bug submitter writes:
After upgrade of galeon to this latest version, each time I submit a
form over an insecure connection (plain http), I get the same warning
dialog twice. The same is true for other warnings, like entering a
secure site, etc.

This is Debian bug <http://bugs.debian.org/291280>.
Comment 1 Crispin Flowerday (not receiving bugmail) 2005-01-20 09:36:30 UTC
Created attachment 36281 [details] [review]
possible workaround (patch from chpe)

This but occurs as we need access to the nsISecureBrowserUI implementation to
get the correct SSL information, however mozilla doesn't give us access to
their own version of this object
(https://bugzilla.mozilla.org/show_bug.cgi?id=94974), so we create our own,
hence the 2 dialogs.

This patch basically stops mozilla from creating their own version, leaving us
with just the one.
Comment 2 Crispin Flowerday (not receiving bugmail) 2005-01-22 20:52:31 UTC
I've made this fix in CVS:

http://mail.gnome.org/archives/cvs-commits-list/2005-January/msg05801.html
Comment 3 Stephane Wirtel 2005-01-27 20:38:31 UTC
I close this bug, because the fix is CVS.