Opened 9 years ago

Last modified 9 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)

editable.js (75.0 KB) - added by vadamovsky 9 years ago.

Download all attachments as: .zip

Change History (4)

Changed 9 years ago by vadamovsky

Attachment: editable.js added

comment:1 Changed 9 years ago by vadamovsky

I forgot to mention that this feature works only in Firefox as the whole table cell copy feature works only in Firefox.

comment:2 Changed 9 years ago by Jakub Ś

Keywords: table cell copy removed
Status: newconfirmed

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 9 years ago by vadamovsky

I'm affraid but I will not make a new plugin. I just needed this feature in the CKeditor for Mediawiki.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy