[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 15:37:27 PDT 2010


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





--- Comment #10 from Ryosuke Niwa <rniwa at webkit.org>  2010-09-16 15:37:27 PST ---
(In reply to comment #9)
> (In reply to comment #8)
> > 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.
> 
> If I understand the code correctly, respondToChangedSelection() is called on every text insertion. However the behavior we want (which is consistent with AppKit) is clearing the markers only when a line break is inserted.

Why do we want this behavior on all platforms?  If you're trying to match WebKit's behavior with AppKit, shouldn't we just doing that for Mac platforms?  Also, I'm not even sure clearing markers only when a line break is inserted is an obvious improvement on Mac.

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