CKEDITOR 4: Table cell selection not coming properly on Chrome and IE

ぐ巨炮叔叔 提交于 2019-12-23 21:43:36

问题


I want to select only first two cells of an column, I am able to select in Firefox but Chrome and IE I am not able to select like that. What to do now?


回答1:


It's not a CKEditor issue but browser-related problem and there's no workaround for that. This is because, due to the lack of standards and recommendations, different vendors implemented many contenteditable features in a totally different way. And this is one of them. There's nothing we can do about it until some standards emerge.




回答2:


The Table Selection CKEditor 4 plugin allows to select multiple cells by clicking and dragging with the mouse cursor like you would in other content editors.

Tested with latest Firefox and Chrome.



来源:https://stackoverflow.com/questions/18821125/ckeditor-4-table-cell-selection-not-coming-properly-on-chrome-and-ie

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!