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

Editable widget doesn't work in IE #404

Closed
Trudko opened this issue Nov 2, 2013 · 2 comments
Closed

Editable widget doesn't work in IE #404

Trudko opened this issue Nov 2, 2013 · 2 comments
Labels

Comments

@Trudko
Copy link

Trudko commented Nov 2, 2013

Hi, first of all thanks for this great lib!

I tried to use editable plugin in IE (9,10), but it doesn't seems to work at all.
I dont see any info about any issue in documentation. Did I miss something?

Regards.

@Mottie
Copy link
Owner

Mottie commented Nov 2, 2013

Hi @Trudko!

Ugh, yeah, it looks like IE has limitations on what can be content editable:

Though the TABLE, COL, COLGROUP, TBODY, TD, TFOOT, TH, THEAD, and TR elements cannot be set as content editable directly, a content editable SPAN, or DIV element can be placed inside the individual table cells (TD and TH elements). See the example below.

I guess I need to rewrite the widget to either add a div inside of each editable cell (really slow for large tables) or just make you include it and make the widget target the cell content...

@Trudko
Copy link
Author

Trudko commented Nov 2, 2013

@Mottie , thank you for quick answer, I appreciated it.

I did try to surround content with div/span and it was editable, but callbacks in on function wasn't triggered(only in IE). I will take a look at it tomorrow. I would actually like to help you with it.

@Mottie Mottie closed this as completed in cd365b3 Nov 2, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants