Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRegression: Inline width returns 0 on Android 4 #3602
Comments
|
You're right about the failure. I'm not sure how the commit you linked is related, unless Android 4 has the opposite issue of Firefox making it so you can't access inline style before computed for some odd reason. |
|
We should fix that before the next release, tagging with 3.3.0. |
Fixes jquerygh-3602
Fixes jquerygh-3602
|
Confirmed. This fixed the Dimensions tests for Android 4. The only exception is Android 4.0, which is consistently failing (timing out) on all jQuery test suites (including Dimensions, but likely unrelated). Most likely something in the setup code of either jQuery or the testrunner is throwing it off. http://swarm.jquery.org/job/5883 I'll file a separate issue for that. |
Description
Unit test
dimension: width/height on an inline element with no explicitly-set dimensions (gh-3571)has been broken on all Android 4.x versions since it was added in c4598da (gh-3571).Test case
Before:
After:
Commits f8faf1489e...c1c549793a