[Webkit-unassigned] [Bug 104627] Add an optional output to WebViewImpl::selectionBounds to query the order of selection anchor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 10 21:51:09 PST 2012


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





--- Comment #3 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2012-12-10 21:53:33 PST ---
(From update of attachment 178703)
View in context: https://bugs.webkit.org/attachment.cgi?id=178703&action=review

> Source/WebKit/chromium/src/WebViewImpl.cpp:2356
>      if (!frame->selection()->selection().isBaseFirst())

I'm a little confused here.  It looks like anchor and focus are being swapped when isAnchorFirst is false.  Is that unnecessary if you are returning isAnchorFirst to the caller?  It seems a little odd to apply a transform on the WebKit side but also return the details of the transform.

-- 
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