[Webkit-unassigned] [Bug 20348] Background color formatting lost on enter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 14 11:43:30 PDT 2009


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





--- Comment #5 from Ryosuke Niwa <ryosuke.niwa at gmail.com>  2009-07-14 11:43:29 PDT ---
(In reply to comment #4)
> Background color and text decoration are not inherited, so I think this needs
> to be fixed for editing specifically.

Thank you for pointing that out.  So then I can add new function
copyEditableProperties to CSSComputedStyleDeclaration, and replace all
instances of copyInheritableProperties in editing code by
copyEditableProperties.  Do you think this is sensible approach?

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