[Webkit-unassigned] [Bug 7245] caret does not display at the end of some lines in contenteditable divs

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Fri Feb 17 17:19:37 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7245





------- Comment #10 from justin.garcia at apple.com  2006-02-17 17:19 PDT -------
This patch is wrong.  For elements defined in the source to be contenteditable,
applyEditingStyleToElement is called at parse time before style has been
resolved.  At that time, currentStyle will be empty, regardless of what style
the element may eventually have.  So, instead of being appended to style on the
element, the editing style will blow away style on the element.  It seems to me
that this is something that should happen when a contenteditable element is
attached. 


-- 
Configure bugmail: http://bugzilla.opendarwin.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