[Webkit-unassigned] [Bug 116046] For keyboard users, activating a fragment URL should transfer focus and caret to the destination

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 8 09:56:43 PDT 2016


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

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

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

Will address other issues.

>> Source/WebCore/dom/Document.cpp:3952
>> +    }
> 
> Why don't we do this in removeFocusNavigationNodeOfSubtree instead?

Because the direction is not available in removeFocusNavigationNodeOfSubtree.
Also in removeFocusNavigationNodeOfSubtree we just fallback to a node, in this function we are getting the valid Element from that node.

-- 
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/20160608/c56426ad/attachment.html>


More information about the webkit-unassigned mailing list