www.webmd.com - Find in page bar disappears when it scrolls down through the findings
Categories
(Firefox for Android :: Browser Engine, defect)
Tracking
()
People
(Reporter: ctanase, Assigned: petru)
References
()
Details
(Whiteboard: [webcompat-source:web-bugs][webcompat:sightline][fxdroid][group3])
User Story
user-impact-score:0
Attachments
(5 files)
|
452.54 KB,
video/mp4
|
Details | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
6.96 MB,
video/mp4
|
Details | |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details | Review |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-release+
|
Details | Review |
Environment:
Operating system: Android 15
Firefox version: Firefox Mobile 144.0/146
Steps to reproduce:
- Go to https://www.webmd.com/vitamins/ai/ingredientmono-138/milk-thistle
- Dismiss the cookie banner.
- Tap on the browser kebab menu and select "Find in page".
- Type "milk" on the "Find in page" search bar.
- Tap on the down arrow to go through the results. (at the time of testing it reproduced when reached result 8)
Expected Behavior:
Find in page bar is still visible and can go through other results.
Actual Behavior:
Find in page bar disappears.
Notes:
- Reproduces regardless of the status of ETP
- Reproduces in firefox-nightly, and firefox-release
- Does not reproduce in chrome
Created from https://github.com/webcompat/web-bugs/issues/186430
| Reporter | ||
Comment 1•6 months ago
|
||
| Reporter | ||
Updated•6 months ago
|
Comment 2•6 months ago
|
||
Since nightly and release are affected, beta will likely be affected too.
For more information, please visit BugBot documentation.
Updated•6 months ago
|
Comment 3•6 months ago
|
||
This is likely not a webcompat bug, but if it is, just move it back to our component.
Updated•6 months ago
|
Updated•6 months ago
|
Comment 4•6 months ago
|
||
The severity field is not set for this bug.
:boek, could you have a look please?
For more information, please visit BugBot documentation.
Comment 5•5 months ago
|
||
It looks like when the find in page is scrolling the page the toolbar is getting presented (maybe also dismissing the find in page bar?)
Petru do you happen to know how this behavior cooperates?
| Assignee | ||
Comment 6•5 months ago
|
||
This is interesting.
Taking it for investigation.
Updated•5 months ago
|
| Assignee | ||
Updated•5 months ago
|
| Assignee | ||
Comment 7•5 months ago
|
||
The "#" separator is already a reserved character for separating url fragments
and we can easily use it for cleaning the URL that is observed for knowing when
the user actually navigates away to a different website.
Comment 9•5 months ago
|
||
| bugherder | ||
Comment 10•5 months ago
|
||
Since nightly and release are affected, beta will likely be affected too.
For more information, please visit BugBot documentation.
| Assignee | ||
Updated•5 months ago
|
Updated•5 months ago
|
Comment 11•5 months ago
|
||
I managed to reproduce the issue on an earlier build (147.0b1).
Verified as fixed on the latest Nightly build (148.0a1 from 2025-12-09T14:30:57).
Find in page bar is still visible and can go through other results.
Device used: Samsung Galaxy S25 Ultra (Android 15).
Marking the ticket as verified on 148.
Updated•5 months ago
|
Comment 12•5 months ago
|
||
firefox-beta Uplift Approval Request
- User impact if declined: Very small fix for fixing the find in page functionality on websites using URL fragments - prevent the find in page UX abruptly ending when navigating through results.
- Code covered by automated testing: yes
- Fix verified in Nightly: yes
- Needs manual QE test: yes
- Steps to reproduce for manual QE testing: https://bugzilla.mozilla.org/show_bug.cgi?id=1998404#c0
- Risk associated with taking this patch: low
- Explanation of risk level: Very small targeted fix.
Verified by QA. - String changes made/needed: --
- Is Android affected?: yes
| Assignee | ||
Comment 13•5 months ago
|
||
The "#" separator is already a reserved character for separating url fragments
and we can easily use it for cleaning the URL that is observed for knowing when
the user actually navigates away to a different website.
Original Revision: https://phabricator.services.mozilla.com/D275416
Comment 14•5 months ago
|
||
firefox-release Uplift Approval Request
- User impact if declined: Very small fix for fixing the find in page functionality on websites using URL fragments - prevent the find in page UX abruptly ending when navigating through results.
- Code covered by automated testing: yes
- Fix verified in Nightly: yes
- Needs manual QE test: yes
- Steps to reproduce for manual QE testing: https://bugzilla.mozilla.org/show_bug.cgi?id=1998404#c0
- Risk associated with taking this patch: low
- Explanation of risk level: Very small targeted fix.
Verified by QA. - String changes made/needed: --
- Is Android affected?: yes
| Assignee | ||
Comment 15•5 months ago
|
||
The "#" separator is already a reserved character for separating url fragments
and we can easily use it for cleaning the URL that is observed for knowing when
the user actually navigates away to a different website.
Original Revision: https://phabricator.services.mozilla.com/D275416
Updated•5 months ago
|
Updated•5 months ago
|
Comment 16•5 months ago
|
||
| uplift | ||
Updated•5 months ago
|
Updated•5 months ago
|
Comment 17•5 months ago
|
||
| uplift | ||
Comment 18•5 months ago
|
||
Verified as fixed on the latest Beta build (147.0b3).
Find in page bar is still visible and can go through other results.
Device used: Samsung Galaxy S25 Ultra (Android 15).
Marking the ticket as verified on 147 as well.
Updated•5 months ago
|
Comment 19•5 months ago
|
||
Verified as fixed on Fenix RC 146.0.1 with Google Pixel 10 (Android 16).
Updated•5 months ago
|
Description
•