[webkit-changes] [WebKit/WebKit] d3747c: Fix non scrollable check for interaction regions

Tim Nguyen noreply at github.com
Fri Jun 30 03:22:22 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d3747cf8f4f7dc3aa651c926793c7e0e5fbca6d6
      https://github.com/WebKit/WebKit/commit/d3747cf8f4f7dc3aa651c926793c7e0e5fbca6d6
  Author: Tim Nguyen <ntim at apple.com>
  Date:   2023-06-30 (Fri, 30 Jun 2023)

  Changed paths:
    M LayoutTests/interaction-region/hover-style-expected.txt
    M LayoutTests/interaction-region/hover-style.html
    M Source/WebCore/page/InteractionRegion.cpp

  Log Message:
  -----------
  Fix non scrollable check for interaction regions
https://bugs.webkit.org/show_bug.cgi?id=258582
rdar://110652649

Reviewed by Simon Fraser.

overflow: hidden containers can be scrolled programatically, but from the user perspective, they are not scrollable.

* LayoutTests/interaction-region/hover-style-expected.txt:
* LayoutTests/interaction-region/hover-style.html:
* Source/WebCore/page/InteractionRegion.cpp:
(WebCore::interactionRegionForRenderedRegion):

Canonical link: https://commits.webkit.org/265648@main




More information about the webkit-changes mailing list