[Webkit-unassigned] [Bug 265952] AX: insertionPointLineNumber hits the main thread even for single-line text fields
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 6 12:32:22 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=265952
--- Comment #3 from chris fleizach <cfleizach at apple.com> ---
Comment on attachment 468915
--> https://bugs.webkit.org/attachment.cgi?id=468915
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=468915&action=review
> Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.cpp:382
> + if (auto *renderer = object.renderer(); renderer->isRenderTextControl())
auto*
> Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.h:87
> + bool computeIsSingleLineTextField(AccessibilityObject&, bool isNonNativeTextControl);
compute verb seems unnecessary. we could just name
isSingleLineTExtField
--
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/20231206/8bf12913/attachment.htm>
More information about the webkit-unassigned
mailing list