Opened 10 years ago
Last modified 10 years ago
#12814 confirmed New Feature
Copy single table cell into multiple selected cells
Reported by: | vadamovsky | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Hi.
It could be useful to allow users to copy one selected cell into all the selected cells. In this scenario all the selected cells should contain the same content as the source cell after the paste command.
I have modified the editable.js file to support this feature.
I hope you will find this feature useful.
Attachments (1)
Change History (4)
Changed 10 years ago by
Attachment: | editable.js added |
---|
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Keywords: | table cell copy removed |
---|---|
Status: | new → confirmed |
It’s a valid and interesting new feature request, but we cannot make this change, because this is not how we could expect the paste to work in this case. You can implement it as a new plugin and add it to the addons repository (http://ckeditor.com/addons/plugins/all) though.
Let's have it confirmed because we may implement it in the future. Perhaps once we implement custom selection, custom pasting and new tables it will be possible to implement this feature as well.
comment:3 Changed 10 years ago by
I'm affraid but I will not make a new plugin. I just needed this feature in the CKeditor for Mediawiki.
I forgot to mention that this feature works only in Firefox as the whole table cell copy feature works only in Firefox.