[Webkit-unassigned] [Bug 14646] New: WebKit border radius properties are unavailable via JavaScript

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 17 12:25:06 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14646

           Summary: WebKit border radius properties are unavailable via
                    JavaScript
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: harrison at apple.com


* SUMMARY
Webkit-specific CSS properties such as  -webkit-border-top-right-radius
(whether set via shorthand or not) are not retrievable in the DOM. They can be
set in the DOM, but their computed style values cannot be retrieved.

* STEPS TO REPRODUCE
See attached zipfile containing a webkit.html demo file of the problem (see
source for specifics of how the calls are made), along with a jQuery .js file
and a .css file for some basic styling as taken from the dev page I discovered
the bug on.

* RESULTS
Using the DOM to retrieve the computed style of these properties returns null.  
EXPECTED: the computed style value should be returned.

* NOTES
Tested in the latest nightly of Webkit (July 14, 2007)


-- 
Configure bugmail: http://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