[Webkit-unassigned] [Bug 45709] Need to remove autocorrection underlines in current line when newline is entered.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 16 17:17:15 PDT 2010


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





--- Comment #12 from Darin Adler <darin at apple.com>  2010-09-16 17:17:14 PST ---
(In reply to comment #9)
> If I understand the code correctly, respondToChangedSelection() is called on every text insertion.

I was referring to the code you added to respondToChangedSelection. But it seems that code removes the marker from the first word in the selection and is not related to the removal when inserting a line break.

I still don’t understand why the code is tied to editing operations. Typically hitting return and pasting in a return character would do the same thing. Is it correct that pasting in a return character would not remove the marker even though hitting the return key would?

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