Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes #9233, make sure runtimeStyle isn't affected by dimensions #562

Closed
wants to merge 2 commits into from

Conversation

mikesherov
Copy link
Member

may not have many use cases in the wild, but the fix was simple enough.

equal( div.runtimeStyle.left, "11em", "getting dimensions modifies runtimeStyle, see #9233" );
}
});

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test should be re-written to show that the correct behaviour happens in all supported browsers. Additionally, an expect() call should be made at the beginning, not within a condition - that defeats the entire purpose of setting expectations.

@timmywil
Copy link
Member

Landed in commit fa0e801.

@timmywil timmywil closed this Oct 28, 2011
mescoda pushed a commit to mescoda/jquery that referenced this pull request Nov 4, 2014
@lock lock bot locked as resolved and limited conversation to collaborators Jan 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants