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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 15 11:28:15 PDT 2009


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


Ryosuke Niwa <ryosuke.niwa at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ojan at google.com




--- Comment #8 from Ryosuke Niwa <ryosuke.niwa at gmail.com>  2009-07-15 11:28:14 PDT ---
I did further investigation, and it turned out that inheritableProperties
(1446 at CSSComputedStyleDeclaration.cpp) is used in only two functions:
removeComputedInheritablePropertiesFrom and copyInheritableProperties.  But it
turned out that removeComputedInheritablePropertiesFrom is NOT used anywhere. 
And copyInheritableProperties is used only in WebCore/editing/.  So it's safe
to say that inheritableProperties doesn't need to represent CSS inheritable
properties.

At this point, we have three choices.
1. Use my patch.
2. My patch + rename removeComputedInheritablePropertiesFrom and
copyInheritableProperties
3. We add another function like copyEditableProperties, and gradually replace
them (it's used in 6 editing files)

Comments?

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