IntersectionObserver not triggering to populate infinitite-scrolling comments on YouTube, in Fenix with dynamic toolbar
Categories
(Web Compatibility :: Site Reports, defect, P2)
Tracking
(Not tracked)
People
(Reporter: jgraham, Unassigned, NeedInfo)
References
(Depends on 1 open bug, )
Details
(Keywords: webcompat:platform-bug, webcompat:site-report, Whiteboard: [webcompat:sightline])
User Story
platform:android impact:workflow-broken affects:all configuration:common branch:release
Attachments
(1 obsolete file)
As reported at webcompat.com, YouTube's desktop layout never reveals its comment area under videos on Fenix , when the user scrolls down to the bottom of the page. (This can be seen if viewing the desktop version of the page the usual way in Fenix).
It turns out that they rely on an IntersectionObserver to trip as a signal to show the comments:
this.observer = new IntersectionObserver(this.handleObserveEvent.bind(this),
// omitting some irrelevant code
{
rootMargin: '-0.1px'
});
This never seems to fire on Fenix, but it does on Chrome. I'm not sure if this is specific to Fenix, so I'm filing this as a potential Gecko issue.
Reporter | ||
Updated•9 months ago
|
Comment hidden (obsolete) |
Comment 2•6 months ago
|
||
Comment on attachment 9408142 [details] [review]
GitHub Pull Request to add x.com
This is embarrassing. Wrong bug.
Updated•6 months ago
|
Reporter | ||
Comment 4•4 months ago
|
||
Unsetting severity for re-triage. As pointed out on matrix, if this only affects the desktop-on-mobile layout then it's probably configuration:specific
, which will reduce the priority.
Updated•4 months ago
|
Updated•5 days ago
|
Description
•