[Webkit-unassigned] [Bug 20059] Font name gets removed (truncated) when contentEditable region

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 16 12:15:06 PDT 2008


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


justin.garcia at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mitz at webkit.org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




------- Comment #1 from justin.garcia at apple.com  2008-07-16 12:15 PDT -------
There's a FIXME about this in CSSComputedStyleDeclaration.cpp:

        case CSSPropertyFontFamily:
            // FIXME: This only returns the first family.
            return
CSSPrimitiveValue::create(style->fontDescription().family().family().string(),
CSSPrimitiveValue::CSS_STRING);


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