[Webkit-unassigned] [Bug 96508] [chromium] Fix parameter names in WebWidget::selectionBounds and WebFrame::selectRange

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 17 11:02:34 PDT 2012


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





--- Comment #11 from Ryosuke Niwa <rniwa at webkit.org>  2012-09-17 11:03:03 PST ---
(From update of attachment 164414)
View in context: https://bugs.webkit.org/attachment.cgi?id=164414&action=review

> Source/WebKit/chromium/src/WebFrameImpl.cpp:1477
> +        TextGranularity granularity = frameSelection->isNone() ? CharacterGranularity : frameSelection->granularity();

This doesn't look right. Why do we want to select a word just because a word was selected elsewhere before?

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