| Lucas_Werkmeister_WMDE created this task. Lucas_Werkmeister_WMDE added projects: Wikidata, MediaWiki-extensions-WikibaseView. Herald added a subscriber: Aklapper. |
In Firefox, scrolling on any entity page produces the following warning in the console:
This site appears to use a scroll-linked positioning effect. This may not work well with asynchronous panning; see https://developer.mozilla.org/docs/Mozilla/Performance/ScrollLinkedEffects for further details and to join the discussion on related tools and features!
We seem to be using a scroll-linked positioning effect to keep the property label of long statement groups within view. If I’m not mistaken, we can achieve the same effect in pure CSS using position: sticky (MDN, Can I use…). The only question is when we can do this, since it’s a relatively new feature that’s not supported by Firefox ≤ 48, Chrome < 56, or Internet Explorer…
Cc: Lucas_Werkmeister_WMDE, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Mbch331
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
