Bug 27554 - getComputedStyle does not contain a value for text-overflow
Summary: getComputedStyle does not contain a value for text-overflow
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Jessie Berlin
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2009-07-22 12:38 PDT by Jessie Berlin
Modified: 2009-09-15 20:09 PDT (History)
1 user (show)

See Also:


Attachments
Patch to expose the value of text-overflow on the computedStyle object. (7.95 KB, patch)
2009-07-23 12:33 PDT, Jessie Berlin
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jessie Berlin 2009-07-22 12:38:38 PDT
CSSPropertyTextOverFlow is currently listed as unimplemented in in \WebCore\css\CSSComputedStyleDeclaration.cpp, and is not visible in the object returned by getComputedStyle object or (consequently) in the Web Inspector.
Comment 1 Jessie Berlin 2009-07-23 12:33:49 PDT
Created attachment 33353 [details]
Patch to expose the value of text-overflow on the computedStyle object.
Comment 2 Jessie Berlin 2009-07-23 14:04:59 PDT
committed with r46285

(http://trac.webkit.org/changeset/46285)
Comment 3 mitz 2009-09-15 20:09:59 PDT
<rdar://problem/7227096>