<html>
    <head>
      <base href="https://bugzilla.gnome.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [wayland] dropdown placed somewhere in the screen"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=776225#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [wayland] dropdown placed somewhere in the screen"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=776225">bug 776225</a>
              from <span class="vcard"><a href="page.cgi?id=describeuser.html&login=ofourdan%40redhat.com" title="Olivier Fourdan <ofourdan@redhat.com>"> <span class="fn">Olivier Fourdan</span></a>
</span></b>
        <pre>Quick update, to reproduce, one needs to have combo inside a popover, which is
not so common but can be found in recipes at commit <a href="https://git.gnome.org/browse/gtk%2B/commit/?id=c127b94">c127b94</a>.

The problem is that gtk_menu_position() will position the menu relative to the
widget using the widget's window, but when it's inside a popover, the popover
is itself a subsurface, and the popover relative position is not taken into
account.

In other words, the menu is placed relative to the widget location but applied
to the toplevel window, not the actual subsurface when using a popover.

Not sure how to fix this though...</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>