[Webkit-unassigned] [Bug 80136] [EFL][DRT] Implement LayoutTestController's methods related with editing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 8 00:06:24 PST 2012


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


Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #130568|review?, commit-queue?      |review-, commit-queue-
               Flag|                            |




--- Comment #7 from Ryosuke Niwa <rniwa at webkit.org>  2012-03-08 00:06:24 PST ---
(From update of attachment 130568)
View in context: https://bugs.webkit.org/attachment.cgi?id=130568&action=review

> Source/WebKit/efl/WebCoreSupport/EditorClientEfl.cpp:235
> +    m_smartInsertDeleteEnabled = enabled;

You also need to set m_selectTrailingWhitespaceEnabled false if enabled was true here.

> Source/WebKit/efl/WebCoreSupport/EditorClientEfl.cpp:245
> +    m_selectTrailingWhitespaceEnabled = enabled;

You need to set m_smartInsertDeleteEnabled false if enabled was true here.

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