[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
Wed Feb 22 04:14:02 PST 2006


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


Graham.Dennis at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #6592|review?(justin.garcia at apple.|
               Flag|com)                        |
Attachment #6592 is|0                           |1
           obsolete|                            |
   Attachment #6662|                            |review?(justin.garcia at apple.
               Flag|                            |com)




------- Comment #13 from Graham.Dennis at gmail.com  2006-02-22 04:14 PDT -------
Created an attachment (id=6662)
 --> (http://bugzilla.opendarwin.org/attachment.cgi?id=6662&action=view)
patch 3

There was no reason why I wasn't removing the editing style when the
contentEditable attribute was set to false. I've fixed that in this patch.
Previously, the editing style was forcibly removed, overriding any style that
may have been applied (e.g. if a style of "word-wrap: break-word" was set on an
element in the HTML, it would be removed if a contentEditable attribute was
removed). In this patch, only the mapped attribute is removed, which means that
if the element has an inline style of "word-wrap: break-word" it won't be
overridden back to whatever the default is.


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