Bug 265142
Summary: | [LBSE] Fix hit-testing / text selection issues | ||
---|---|---|---|
Product: | WebKit | Reporter: | Nikolas Zimmermann <zimmermann> |
Component: | SVG | Assignee: | 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 |
Nikolas Zimmermann
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 ]
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/118834387>
Rob Buis
I think only svg/custom/pointer-events-text-css-transform.svg is left to fix.