[Webkit-unassigned] [Bug 282765] New: REGRESSION(285102 at main): AXIsolatedObject::{mathPrescripts, mathPostscripts} always return nothing due to type mismatch, causing accessibility/mac/mathml-multiscript.html to fail in ITM
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Nov 7 09:25:38 PST 2024
https://bugs.webkit.org/show_bug.cgi?id=282765
Bug ID: 282765
Summary: REGRESSION(285102 at main):
AXIsolatedObject::{mathPrescripts, mathPostscripts}
always return nothing due to type mismatch, causing
accessibility/mac/mathml-multiscript.html to fail in
ITM
Product: WebKit
Version: Other
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Accessibility
Assignee: webkit-unassigned at lists.webkit.org
Reporter: tyler_w at apple.com
CC: andresg_22 at apple.com,
webkit-bug-importer at group.apple.com
After https://commits.webkit.org/285102@main, we cache AXPropertyName::{MathPrescripts, MathPostscripts} as a Vector<std::pair<Markable<AXID>, Markable<AXID>>>, but the AXIsolatedObject::{mathPrescripts, mathPostscripts} getter functions were not changed to look for a Markable<AXID>, meaning they always find nothing.
vectorAttributeValue<std::pair<AXID, AXID>>(AXPropertyName::MathPrescripts)
vs.
vectorAttributeValue<std::pair<Markable<AXID>, Markable<AXID>>>(AXPropertyName::MathPrescripts)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241107/e1b48ec1/attachment.htm>
More information about the webkit-unassigned
mailing list