https://bugs.documentfoundation.org/show_bug.cgi?id=171128

--- Comment #2 from Eyal Rozenberg <[email protected]> ---
(In reply to Danat from comment #0)
> Description:
> I wish arrowed buttons where fitted somewhere in the gap so you could
> conveniently hop between results

But you can conveniently hop between results: You either use the mouse to click
one, or if one is highlighted, you can use the _keyboard_ arrow keys. Also, if
the VCL doesn't suck, then the top and bottom of the scrollbar are already
supposed to have arrow buttons.

I see that your VCL doesn't. It is not unlikely that you can control that
outside of LibreOffice. For example, with GTK3, if I add:

  *{
     -GtkScrollbar-has-backward-stepper: 1;
     -GtkScrollbar-has-forward-stepper: 1;
  }

to ~/.config/gtk-3.0/gtk.css - I get arrow buttons for the Find sidebar results
(and all other scrollbars of course).

So, I am very much unconvinced.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to