[Webkit-unassigned] [Bug 13343] getComputedStyle returns wrong value for margin-right

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 22 08:35:34 PDT 2008


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





------- Comment #7 from asder2 at rambler.ru  2008-05-22 08:35 PDT -------
Incorrect behavior still happens. In my case: div (InnerDiv) placed into
floated div with overflow hidden and fixed size. Inner div has paddings. In
IE6/7, Opera 9 and Firefox getComputedStyle of InnerDiv for marginRight returns
0, but Safari returns negative number.

I reasearch that problem: IE6/7, Opera 9 and Firefox works correct and
calculate full width of InnerDiv as Width+marginRight+marginLeft
but Safari calculate it as
Width+marginRight+marginLeft+paddingRight+paddingLeft.

So, bug is not fixed.


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