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

IE11 Blows up on td or th with rowspan attribute when rowspan is allowed by config #18

Open
mjuniper opened this issue Feb 10, 2017 · 2 comments

Comments

@mjuniper
Copy link

This jsbin demonstrates the problem:
https://jsbin.com/gipeze/edit?html,js,output

The above works in chrome but blows up in IE11.

I think it is blowing up on this line when it encounters the rowspan.

@mjuniper mjuniper changed the title IE11 Blows up on td or th with rowspan attribute when colspan is allowed by config IE11 Blows up on td or th with rowspan attribute when rowspan is allowed by config Feb 10, 2017
@freginold
Copy link

I get the same issue using either rowspan or colspan in IE11 but other td attributes (like align) don't give it a problem. Like you said, @mjuniper -- the problem seems to be with that line... if you comment it out, it runs the rest of the code.

@mjuniper
Copy link
Author

mjuniper commented Apr 5, 2018

I don't know if this is because of an ie update but it now fails on plain button elements in IE11.

Update: buttons fail only with this in the config:

add_attributes: {
    button: {'type': 'button'}
  },

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

No branches or pull requests

2 participants