Bug 265142 - [LBSE] Fix hit-testing / text selection issues
Summary: [LBSE] Fix hit-testing / text selection issues
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 265134
  Show dependency treegraph
 
Reported: 2023-11-20 08:15 PST by Nikolas Zimmermann
Modified: 2024-03-14 04:47 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolas Zimmermann 2023-11-20 08:15:32 PST
This affects at least the following tests in the svg/ subdirectory (taken from LayoutTests/platform/mac-sonoma-wk2-lbse-text/TestExpectations):

svg/custom/pointer-events-text-css-transform.svg          [ Failure ]
svg/custom/mouse-move-on-svg-root-standalone.svg          [ Failure ]
svg/custom/mouse-move-on-svg-root.xhtml                   [ Failure ]
svg/text/select-textLength-spacing-squeeze-1.svg          [ Failure ]
svg/text/select-textLength-spacing-squeeze-2.svg          [ Failure ]
svg/text/select-textLength-spacing-squeeze-3.svg          [ Failure ]
svg/text/select-textLength-spacing-squeeze-4.svg          [ Failure ]
svg/text/select-textLength-spacing-stretch-1.svg          [ Failure ]
svg/text/select-textLength-spacing-stretch-2.svg          [ Failure ]
svg/text/select-textLength-spacing-stretch-3.svg          [ Failure ]
svg/text/select-textLength-spacing-stretch-4.svg          [ Failure ]
svg/text/select-textLength-spacingAndGlyphs-squeeze-1.svg [ Failure ]
svg/text/select-textLength-spacingAndGlyphs-squeeze-2.svg [ Failure ]
svg/text/select-textLength-spacingAndGlyphs-squeeze-3.svg [ Failure ]
svg/text/select-textLength-spacingAndGlyphs-squeeze-4.svg [ Failure ]
svg/text/select-textLength-spacingAndGlyphs-stretch-1.svg [ Failure ]
svg/text/select-textLength-spacingAndGlyphs-stretch-2.svg [ Failure ]
svg/text/select-textLength-spacingAndGlyphs-stretch-3.svg [ Failure ]
svg/text/select-textLength-spacingAndGlyphs-stretch-4.svg [ Failure ]
svg/text/select-x-list-1.svg                              [ Failure ]
svg/text/select-x-list-2.svg                              [ Failure ]
svg/text/select-x-list-3.svg                              [ Failure ]
svg/text/select-x-list-4.svg                              [ Failure ]
svg/text/select-x-list-with-tspans-1.svg                  [ Failure ]
svg/text/select-x-list-with-tspans-2.svg                  [ Failure ]
svg/text/select-x-list-with-tspans-3.svg                  [ Failure ]
svg/text/select-x-list-with-tspans-4.svg                  [ Failure ]
Comment 1 Radar WebKit Bug Importer 2023-11-27 08:16:37 PST
<rdar://problem/118834387>
Comment 2 Rob Buis 2024-03-14 04:47:01 PDT
I think only svg/custom/pointer-events-text-css-transform.svg is left to fix.