You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it is blowing up on this line when it encounters the rowspan.
The text was updated successfully, but these errors were encountered:
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
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.
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
.The text was updated successfully, but these errors were encountered: