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 up[hittest] Link hitboxes are not updated after scrolling on duckduckgo #11648
Labels
Comments
|
Could is be a regression due to #11537 ? |
|
Minimal test case:
|
pcwalton
added a commit
to pcwalton/servo
that referenced
this issue
Jun 9, 2016
elements with `overflow: scroll` up to date, and take them into account when doing hit testing. Closes servo#11648.
pcwalton
added a commit
to pcwalton/servo
that referenced
this issue
Jun 9, 2016
elements with `overflow: scroll` up to date, and take them into account when doing hit testing. Closes servo#11648.
pcwalton
added a commit
to pcwalton/servo
that referenced
this issue
Jun 10, 2016
elements with `overflow: scroll` up to date, and take them into account when doing hit testing. Closes servo#11648.
pcwalton
added a commit
to pcwalton/servo
that referenced
this issue
Jun 10, 2016
elements with `overflow: scroll` up to date, and take them into account when doing hit testing. Closes servo#11648.
pcwalton
added a commit
to pcwalton/servo
that referenced
this issue
Jun 10, 2016
elements with `overflow: scroll` up to date, and take them into account when doing hit testing. Closes servo#11648.
pcwalton
added a commit
to pcwalton/servo
that referenced
this issue
Jun 11, 2016
elements with `overflow: scroll` up to date, and take them into account when doing hit testing. Closes servo#11648.
bors-servo
added a commit
that referenced
this issue
Jun 11, 2016
script: When using WebRender, keep the DOM-side scroll positions for elements with `overflow: scroll` up to date, and take them into account when doing hit testing. Closes #11648. r? @jdm cc @paulrouget <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11680) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Jun 11, 2016
script: When using WebRender, keep the DOM-side scroll positions for elements with `overflow: scroll` up to date, and take them into account when doing hit testing. Closes #11648. r? @jdm cc @paulrouget <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11680) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
./mach run -d -w https://duckduckgo.com/\?q\=rust+langaugeScroll down and hover over links. The link rectangles are not updated after the scroll.
This happens both inside and outside of browserhtml.
This only happens with webrender.