[Webkit-unassigned] [Bug 92771] Applying suggested spelling correction eliminates leading space

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 6 22:26:47 PST 2014


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

--- Comment #4 from Daniel Jalkut <jalkut at red-sweater.com> ---
I found a comment in CompositeEditCommand::inputText that strongly suggests the bug I'm observing is already tracked in Radar #9914462. Apparently a known bad behavior of BreakBlockquoteCommand, which happens to get called from the scenario described in this bug but which obviously can be reached from other code paths as well:

// FIXME: Breaking a blockquote when the caret is just after a space will collapse the 
// space. Modify startIndex or length to compensate for this so that the ending selection 
// will be positioned correctly.
// <rdar://problem/9914462> breaking a Mail blockquote just after a space collapses the space

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141207/a4d844a2/attachment-0002.html>


More information about the webkit-unassigned mailing list