<html>
    <head>
      <base href="https://bugzilla.gnome.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Gtk.Popover misplacement in Wayland"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=774148#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Gtk.Popover misplacement in Wayland"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=774148">bug 774148</a>
              from <span class="vcard"><a href="page.cgi?id=describeuser.html&login=cedric.bellegarde%40adishatz.org" title="Cédric Bellegarde <cedric.bellegarde@adishatz.org>"> <span class="fn">Cédric Bellegarde</span></a>
</span></b>
        <pre>Seems issue comes from this code:
<a href="https://mail.gnome.org/archives/commits-list/2014-December/msg04928.html">https://mail.gnome.org/archives/commits-list/2014-December/msg04928.html</a>


      gtk_widget_translate_coordinates (priv->widget, GTK_WIDGET
(priv->window),
                                        rect.x, rect.y, &rect.x, &rect.y);
      gdk_window_get_origin (gtk_widget_get_window (GTK_WIDGET (popover)),
                             &win_x, &win_y);

sets unwanted values when having a popover pointing to a popover.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>