[Webkit-unassigned] [Bug 59737] Focus and caret position should be updated when same-page links are followed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 3 04:12:03 PDT 2011


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


Mario Sanchez Prada <msanchez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




--- Comment #7 from Mario Sanchez Prada <msanchez at igalia.com>  2011-06-03 04:12:03 PST ---
(In reply to comment #6)
> (From update of attachment 92239 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=92239&action=review
> 
> Okay! Seems sane.
> 
> > Source/WebCore/accessibility/gtk/AXObjectCacheAtk.cpp:228
> > +    Position targetPosition = firstPositionInOrBeforeNode(const_cast<Node*>(node));
> > +    selection->moveTo(targetPosition, DOWNSTREAM);
> 
> This seems simple enough to make into one line. Please change before landing.

Done.

Committed r88004: <http://trac.webkit.org/changeset/88004>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list