[Webkit-unassigned] [Bug 18175] document.defaultView.getComputedStyle(el, '').left returns empty "auto". Always.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 27 23:24:46 PDT 2008


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





------- Comment #1 from dhtmlkitchen at gmail.com  2008-03-27 23:24 PDT -------
Created an attachment (id=20149)
 --> (http://bugs.webkit.org/attachment.cgi?id=20149&action=view)
testcase showing problem

Check the testcase to see the problem. 'left' and 'top' are 'auto', but should
instead be 100px, 12px, respectively.

Aside from that, the value for margin is empty. The value should be either 1 or
four values. This is not a spec, it's just what I say. 1 value or four values.
That is easier for scripts to deal with value.split(' ");


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