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 738090 - Certificate popover sometimes doesn't work on pages with mixed content
Certificate popover sometimes doesn't work on pages with mixed content
Status: RESOLVED DUPLICATE of bug 741404
Product: epiphany
Classification: Core
Component: General
3.14.x (obsolete)
Other Linux
: Normal major
: ---
Assigned To: Michael Catanzaro
Epiphany Maintainers
Depends on:
Blocks: 721283
 
 
Reported: 2014-10-07 14:35 UTC by Michael Catanzaro
Modified: 2015-03-06 03:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Catanzaro 2014-10-07 14:35:06 UTC
* Visit https://static.gnome.org/error-500/500.html which loads mixed content
* Click the mixed content warning icon in the title box or location entry

Expected: popover displays
Actual: warnings are printed

** (epiphany:7653): CRITICAL **: ephy_certificate_popover_new: assertion 'G_IS_TLS_CERTIFICATE (certificate)' failed

(epiphany:7653): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(epiphany:7653): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

(epiphany:7653): Gtk-CRITICAL **: gtk_popover_set_pointing_to: assertion 'GTK_IS_POPOVER (popover)' failed

(epiphany:7653): Gtk-CRITICAL **: gtk_widget_show: assertion 'GTK_IS_WIDGET (widget)' failed

  • #0 g_logv
    at gmessages.c line 1046
  • #1 g_log
    at gmessages.c line 1079
  • #2 ephy_certificate_popover_new
    at ephy-certificate-popover.c line 351
  • #3 open_certificate_popover
    at ephy-window.c line 3185
  • #4 title_box_lock_clicked_cb
    at ephy-window.c line 3218
  • #5 g_cclosure_marshal_VOID__BOXEDv
    at gmarshal.c line 1160
  • #6 _g_closure_invoke_va
    at gclosure.c line 831
  • #7 g_signal_emit_valist
    at gsignal.c line 3218
  • #8 g_signal_emit
    at gsignal.c line 3365
  • #9 ephy_title_box_button_press_event
    at ephy-title-box.c line 350
  • #10 _gtk_marshal_BOOLEAN__BOXEDv
    at gtkmarshalers.c line 130
  • #11 _g_closure_invoke_va
    at gclosure.c line 831
  • #12 g_signal_emit_valist
    at gsignal.c line 3218
  • #13 g_signal_emit
    at gsignal.c line 3365
  • #14 gtk_widget_event_internal
    at gtkwidget.c line 7773
  • #15 propagate_event_up
    at gtkmain.c line 2414
  • #16 propagate_event
    at gtkmain.c line 2516
  • #17 gtk_propagate_event
    at gtkmain.c line 2551
  • #18 gtk_main_do_event
    at gtkmain.c line 1748
  • #19 gdk_event_source_dispatch
    at gdkeventsource.c line 364
  • #20 g_main_dispatch
    at gmain.c line 3122
  • #21 g_main_context_dispatch
    at gmain.c line 3721
  • #22 g_main_context_iterate
    at gmain.c line 3792
  • #23 g_main_context_iteration
    at gmain.c line 3853
  • #24 g_application_run
    at gapplication.c line 2282
  • #25 main
    at ephy-main.c line 488

Comment 1 Michael Catanzaro 2015-03-06 03:55:20 UTC

*** This bug has been marked as a duplicate of bug 741404 ***