[Webkit-unassigned] [Bug 156084] AX: AX hit-testing does not work on WebKit video playback buttons

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 31 18:55:51 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=156084

--- Comment #5 from Nan Wang <n_wang at apple.com> ---
Comment on attachment 275354
  --> https://bugs.webkit.org/attachment.cgi?id=275354
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=275354&action=review

>> Source/WebCore/accessibility/AccessibilityRenderObject.cpp:2260
>> +    return true;
> 
> Cleaner way to write this:
> 
>     return shadowHost && shadowHost->hasTagName(videoTag);
> 
> But also, this needs a comment explaining why this is the correct implementation for this function. What is special about video tags?

We need to allow automation of mouse events on video tags.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160401/ed5f9b14/attachment.html>


More information about the webkit-unassigned mailing list