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

Table rowspan and colspan issue in Internet Explorer and Edge #552

Closed
majorimi opened this Issue Apr 6, 2016 · 1 comment

Comments

Projects
None yet
2 participants
@majorimi

majorimi commented Apr 6, 2016

Here is a sample app which demonstrates the issue with virtual DOM rendering in IE and Edge. We have a similar app (almost in production so we need a quick fix please) but in IE we have problem with table colspan and rowspan attributes. In the test app you can click 2 buttons (click them more then once) and you can see the problem. The same code works fine in Firefox and Chrome.
https://github.com/majorimi/ElmTableBug

@majorimi majorimi changed the title from Table rowspan and colspan issue in Internet Explorer (Edge) to Table rowspan and colspan issue in Internet Explorer and Edge Apr 6, 2016

@evancz

This comment has been minimized.

Show comment
Hide comment
@evancz

evancz May 19, 2016

Member

Thanks! Fixes should be out in the next week or two.

Member

evancz commented May 19, 2016

Thanks! Fixes should be out in the next week or two.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment