[Webkit-unassigned] [Bug 67422] Document reflows with height:auto in CSS and HTML image dimensions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 12 06:17:35 PDT 2011


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





--- Comment #2 from Adam Hooper <adam at adamhooper.com>  2011-10-12 06:17:35 PST ---
Problems can arise with JavaScript. For instance, if you do $(document).ready(function() { alert($('img').height()); }); -- the results are inconsistent. And that error bubbles up to the img's container elements.

One can debate whether that JavaScript ought to work or not. I decided to file a bug report instead.

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