jquery - Contenteditable <div> inside a <td> becomes un-editabale after assigning text to <td> in IE -
my objective show table cells populated values database , make them editable in ie.
i using contenteditable attribute explained here, cannot assign contenteditable <td>
's , have use <div>
or <span>
inside them.
that works great long haven't assigned text <td>
that, becomes uneditable. have tried wrapping whole table inside contenteditable <div>
makes table headers editable , haven't found way override that. plus, tabbing goes out of whack , need add new functions handle tabbing between <td>
's. have tried explain behavior here fiddle.
can please tell me best way accomplish this? needless chrome handles perfectly, ie problematic.
thanks much!
Comments
Post a Comment