Highlighted text search result appears under keyboard toolbar #189491
Replies: 2 comments 3 replies
-
|
This looks like an OS layout bug in the in-page log search UI. The highlighted match is being scrolled into view without accounting for the app’s bottom search toolbar / keyboard overlay, so the selected result ends up underneath that floating control instead of above it. A likely cause is that the app is using something like: a raw scrollRectToVisible scrollRangeToVisible or DOM/text search scroll behavior without subtracting the height of: the on-screen keyboard, and the custom search/navigation toolbar. So the “visible area” used for scrolling is larger than the actually unobscured area. Expected behavior: Likely fix: Workaround: |
Beta Was this translation helpful? Give feedback.
-
|
on iPad it's even worse - the highlighted result is behind the keyboard: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
On the screenshot I'm searching in raw log of a github actions run. As you can see, current search result that is highlighted appears right above the keyboard and behind the app's custom toolbar instead instead of being above the toolbar.
ℹ️ Additional Debug Info
GitHub for iOS, Version 1.249.0 (188103452) Device: iPhone 12 (iOS 26.3.1)Beta Was this translation helpful? Give feedback.
All reactions