[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 11:43:45 PDT 2010


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





--- Comment #8 from Darin Adler <darin at apple.com>  2010-09-16 11:43:45 PST ---
(From update of attachment 67822)
> +        * editing/TypingCommand.cpp:
> +        (WebCore::TypingCommand::insertLineBreak): Remove "CorrectionUIIndication" markers when a line
> +          break is inserted.
> +        (WebCore::TypingCommand::insertParagraphSeparatorInQuotedContent): Remove "CorrectionUIIndication"
> +          markers when a paragraph separator is inserted.
> +        (WebCore::TypingCommand::insertParagraphSeparator): Ditto.

Won’t the call in respondToChangedSelection already take care of this? It doesn’t make sense to me that these calls need to explicitly be done by the typing command machinery.

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