[Webkit-unassigned] [Bug 116046] In Voice over, activating a fragment URL should transfer focus and caret to the destination

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 9 12:20:44 PDT 2016


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

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

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

>> Source/WebCore/dom/Document.h:1479
>> +    RefPtr<Range> m_focusNavigationStartingPoint;
> 
> Why are we using Range for this?

I'm using Range so that we can tell if the node has been removed from document tree and easily pick the next node. Is there a way to tell if a node has been removed or is no longer valid?

-- 
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/20160409/297d53a7/attachment.html>


More information about the webkit-unassigned mailing list