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

Unit Tests: fix tests for IE #130

Merged
merged 1 commit into from
Nov 18, 2014
Merged

Unit Tests: fix tests for IE #130

merged 1 commit into from
Nov 18, 2014

Conversation

0xadri
Copy link
Contributor

@0xadri 0xadri commented Nov 18, 2014

IE has some strange behavior. It modifies the value of the inline styling, as fully explained on #128

Best thing to avoid this silly problem is to simply compare the inline styling before any JS is run "on the relevant table element". And then compare this value with the one after the relevant JS is run.

IE has some strange behavior. It modifies the value of the inline styling, as fully explained on joequery#128

Best thing to avoid this silly problem is to simply compare the inline styling before any JS is run "on the relevant table element". And then compare this value with the one after the relevant JS is run.
@joequery
Copy link
Owner

Interesting behavior, good find.

joequery added a commit that referenced this pull request Nov 18, 2014
Unit Tests: fix tests for IE
@joequery joequery merged commit a13528d into joequery:master Nov 18, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants