[Dropdown] Can't scroll dropdown items in certain situations with virtual keyboard open #3189
Labels
state/awaiting-investigation
Anything which needs more investigation
state/awaiting-triage
Any issues or pull requests which haven't yet been triaged
type/bug
Any issue which is a bug or PR which fixes a bug
Bug Report
With chromium based android browsers, when opening searchable dropdown, in certain situations you cannot scroll the items until the virtual keyboard is closed. Instead of scrolling the item list, you scroll the entire page. Seems to be happening only when opening of the virtual keyboard moves the scrolled position.
Can't reproduce on firefox. Might have something to do with the VirtualKeyboard API (which isn't supported by firefox). Opting out of the automatic virtual keyboard behaviour of the browser with
navigator.virtualKeyboard.overlaysContent = true
seems to prevent the bug from happening.Steps to reproduce
Can be reproduced on fomantic's homepage e.g https://fomantic-ui.com/modules/dropdown.html#search-ignoring-diacritics with android chrome browser.
Expected result
You scroll the item list
Actual result
Instead of scrolling the item list, the entire page is scrolled
Screenshot (if possible)
Version
Fomantic 2.9.3
Google Chrome 133.0.6943.137
The text was updated successfully, but these errors were encountered: