[Webkit-unassigned] [Bug 18835] spelling underlines disappear when they shouldn't

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 8 00:04:13 PST 2009


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


hbono at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #26522|                            |review?
               Flag|                            |




------- Comment #1 from hbono at chromium.org  2009-01-08 00:04 PDT -------
Created an attachment (id=26522)
 --> (https://bugs.webkit.org/attachment.cgi?id=26522&action=view)
A Quick Fix

I accidentally noticed a cause of this bug while investigating another issue.
Somehow the InsertLineBreakCommand::doApply() function forgot copying markers
while splitting a text node with a line-break key even though there is a
CompositeEditCommand::splitTextNode() function, which splits a text node and
copy markers.
I'm not sure it is correct to call the CompositeEditCommand::splitTextNode()
function here, though.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list