[Webkit-unassigned] [Bug 165279] AX: Consider implementing @inert (affects keyboard, events, and accessibility)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 16 07:52:27 PDT 2020


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

--- Comment #12 from Frédéric Wang (:fredw) <fred.wang at free.fr> ---
Comment on attachment 396649
  --> https://bugs.webkit.org/attachment.cgi?id=396649
WIP Patch

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

> Source/WebCore/dom/Element.h:473
> +    virtual bool isDisabledFormControl() const { return isInert(); }

Obviously, this should also be done in derived class... it seems they don't call their parent.

-- 
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/20200416/654b62ac/attachment-0001.htm>


More information about the webkit-unassigned mailing list