<html>
    <head>
      <base href="https://bugzilla.gnome.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Settings popover for printer not keyboard-accessible"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=783871#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Settings popover for printer not keyboard-accessible"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=783871">bug 783871</a>
              from <span class="vcard"><a href="page.cgi?id=describeuser.html&login=mkasik%40redhat.com" title="Marek Kašík <mkasik@redhat.com>"> <span class="fn">Marek Kašík</span></a>
</span></b>
        <pre>(In reply to Matthias Clasen from <a href="show_bug.cgi?id=783871#c8">comment #8</a>)
<span class="quote">> I can't reproduce this since the printer panel in rawhide (3.25.4) doesn't
> show any printers :-(</span >

How have you set your printers? Using BrowsePoll in /etc/cups/cups-browsed.conf
or by setting ServerName in /etc/cups/client.conf or by adding them manually
via the new printer dialog of the panel?

Btw, the issue reported in this bug has something to do with different
hierarchy under X and under Wayland when the window_set_focus() of
gtk/gtkpopover.c is looking for an ancestor of type GTK_TYPE_POPOVER but it can
not find it under wayland (when the popup is shown and down arrow pressed):

X:
GtkModelButton (Printing Options item)
GtkGrid
GtkPopover (the popup)

Wayland:
PpPrinterEntry (the printer entry)
GtkListBox
GtkViewport
GtkScrolledWindow
GtkBox
GtkStack
GtkOverlay
CcPrintersPanel (the panel)
GtkBox
GtkStack
GtkBox
CcWindow

.</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>