Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upScroll doesn't bubble up on <pre> element in servo.org #21073
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think title doesn't describe exactly, attached recording. When scrolling event occurs while focused to servo windows but none of inner elements scroll event scrolls whole document correctly. If focus went to
<pre>element in servo.org by clicking it, now event does not bubble up and scrolling try to scroll focused element instead. Element doesn't have anything to scroll and ends up document doesn't scroll.Reprouced on mac os / tot of master branch.