Bug 265142

Summary: [LBSE] Fix hit-testing / text selection issues
Product: WebKit Reporter: Nikolas Zimmermann <zimmermann>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: rbuis, sabouhallawa, webkit-bug-importer, zimmermann
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 265134    

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.