[webkit-changes] [WebKit/WebKit] 8a236f: Fix scrollIntoView(...) for SVG elements

Ahmad Saleem noreply at github.com
Wed Sep 4 09:06:31 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8a236fd73b8f7fd55de5078993e50bb36015b7e6
      https://github.com/WebKit/WebKit/commit/8a236fd73b8f7fd55de5078993e50bb36015b7e6
  Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
  Date:   2024-09-04 (Wed, 04 Sep 2024)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/css/cssom-view/scrollIntoView-svg-shape-expected.txt
    M Source/WebCore/rendering/RenderElement.cpp

  Log Message:
  -----------
  Fix scrollIntoView(...) for SVG elements
https://bugs.webkit.org/show_bug.cgi?id=279124
rdar://135265918

Reviewed by Simon Fraser.

This patch aligns WebKit with Gecko / Firefox and Blink / Chromium.

Merge: https://chromium.googlesource.com/chromium/src.git/+/5d6edb4f084778cf635640c4fafd65418af841f7

This patch enables to compute the bounding rect using the stroke bounding
box to allow 'scrollIntoView' work for SVG Shapes.

* Source/WebCore/rendering/RenderElement.cpp:
(WebCore::RenderElement::getLeadingCorner const):
(WebCore::RenderElement::getTrailingCorner const):
* LayoutTests/imported/w3c/web-platform-tests/css/cssom-view/scrollIntoView-svg-shape-expected.txt:

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list