GNOME Bugzilla – Bug 164670
Warning dialogs shown twice
Last modified: 2009-08-15 18:40:50 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>.
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.
I've made this fix in CVS: http://mail.gnome.org/archives/cvs-commits-list/2005-January/msg05801.html
I close this bug, because the fix is CVS.