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

#qunit-fixture should define a width and height #114

Closed
gnarf opened this issue Jun 13, 2011 · 1 comment
Closed

#qunit-fixture should define a width and height #114

gnarf opened this issue Jun 13, 2011 · 1 comment
Labels
Type: Bug Something isn't working right.

Comments

@gnarf
Copy link
Contributor

gnarf commented Jun 13, 2011

I just ran into a lot of hell trying to test animations because the width of the element I was animating wasn't what I had defined it (in IE7):

Compare http://jsfiddle.net/HJ4ak/2/ to http://jsfiddle.net/HJ4ak/1/

Just adding width: 1000px; height: 1000px; to the #qunit-fixture in my CSS fixed the issue on my test page

@jzaefferer
Copy link
Member

Landed. This may have unintended consequences on other existing testsuites, though generally the element isn't in the viewport and its dimensions shouldn't matter, so...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working right.
Development

No branches or pull requests

2 participants