[Webkit-unassigned] [Bug 42799] pixelWidth/posWidth are processed incorrectly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 21 18:49:50 PST 2011


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





--- Comment #28 from Xianzhu Wang <wangxianzhu at chromium.org>  2011-11-21 18:49:49 PST ---
I think that 1/5 pages contain pixelXXX is because of such code (maybe in some libraries such as jquery):

  if (....pixelXXX)
    use pixelXXX
  else
    use XXX

The above code is because we have bug 29084 (getComputedStyle returns percentage values for left / right / top / bottom). After we fix bug 29084 and drop the pixelXXX properties, the above code will still work.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list