[webkit-reviews] review granted: [Bug 42593] element.scrollIntoView() sometimes doesn't scroll : [Attachment 449573] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 20 10:44:33 PST 2022


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Martin Robinson
<mrobinson at webkit.org>'s request for review:
Bug 42593: element.scrollIntoView() sometimes doesn't scroll
https://bugs.webkit.org/show_bug.cgi?id=42593

Attachment 449573: Patch

https://bugs.webkit.org/attachment.cgi?id=449573&action=review




--- Comment #12 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 449573
  --> https://bugs.webkit.org/attachment.cgi?id=449573
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=449573&action=review

> Source/WebCore/rendering/ScrollAlignment.h:68
> +    void disableLegacyHorizontalVisibilityTreshold() {
m_enableLegacyHorizontalVisibilityThreshold = false; }
> +    bool legacyHorizontalVisibilityTresholdEnabled() const { return
m_enableLegacyHorizontalVisibilityThreshold; }

"Treshold"


More information about the webkit-reviews mailing list