Filtered Menu Scroll bar issue
Hi,
I am using Filtered menu for one of my requirement. I experienced a weird behavior. If the list of the menu item is long scroll bar is visible but when user drags the scroll bar down such that filter label is not visible and releases the scroll bar to select an item the scroll bar moves up to set the focus to filter label( filter input).
I took a look at the demos page and I'm not able to reproduce this. Can you give more specifics, like which browser you're using, and which element has the scroll bar? A complete minimal repro would be ideal.
(My attempt was to shrink the window and blow up the font so that a filtered view would still overflow the page - thus the scroll bar was on the BODY element - but I found the scrolling the entire page did not have any problems, and releasing the scroll bar did not move the focus).
Mirroring the comment our goog.ui maintainer made on the internal issue:
goog.ui is in maintenance mode and we're not fixing minor issues anymore.
If you send a PR we can consider merging it, but there's currently no active owner internally that can address this.