w3c / IntersectionObserver

Intersection Observer
https://www.w3.org/TR/intersection-observer/
Other
3.62k stars 526 forks source link

Callback isn't fired when using cmd + up/down arrow #467

Closed snovos closed 2 years ago

snovos commented 3 years ago

When scrolling manually, observer catches event and fires callback, but when you are trying to use arrow keys it wont.

miketaylr commented 2 years ago

@snovos is this specific to a certain browser? Or all?

miketaylr commented 2 years ago

AFAICT, this issue is specific to Safari and not really an issue for the spec. I would recommend you file a bug at bugs.webkit.org. Thanks.