Opened 11 years ago

Closed 11 years ago

#9534 closed Bug (fixed)

[Inline] Entire inline editable may be selected and copied from inside

Reported by: Piotrek Koszuliński Owned by: Piotrek Koszuliński
Priority: Normal Milestone: CKEditor 4.0
Component: Core : Selection Version: 4.0
Keywords: IBM Cc: satya_minnekanti@…

Description

  1. Open inlineall sample.
  2. Focus first editor.
  3. Press ctrl+a, ctrl+c.
  4. Go to 3rd editor (right one).
  5. Paste.
  6. Editor was pasted with all classes and attributes.

This may be reproduced on 2nd editable (bottom left) after pressing shift+enter (inserting <br>, which is present in the first editor).

I reproduced this on Chrome and FF (latest and 3.6).

Change History (7)

comment:1 Changed 11 years ago by Satya Minnekanti

Cc: satya_minnekanti@… added
Keywords: IBM added

comment:2 Changed 11 years ago by Piotrek Koszuliński

Owner: set to Piotrek Koszuliński
Status: newassigned

comment:3 Changed 11 years ago by Piotrek Koszuliński

Few findings:

  1. This issue is reproducible from the beginning.
  2. It is reproducible on FF (latest and 3.6) and Webkits.
  3. Editable has to be one of h1-h6. Div, paragraphs, aside, etc cannot be copied.
  4. At least one <br> has to be inside the editable.
Version 0, edited 11 years ago by Piotrek Koszuliński (next)

comment:4 Changed 11 years ago by Garry Yao

Yeap...even there's a long list of of pre-conditions to occur this bug, it's still pretty often to hit that in a real usage.

The browser is putting there the entire editable (instead of only it's content) in the paste bin, this's one one where "copybin" idea is to be the rescue ;)

IMO the severity of this one can be deferred to 4.0.1, if no easy solution can be found.

comment:5 Changed 11 years ago by Piotrek Koszuliński

Status: assignedreview

Temporary fix - heading which is an editable is stripped on paste.

In the future we shouldn't allow this heading to get copied, but to control this we'll need copybin.

comment:6 Changed 11 years ago by Frederico Caldeira Knabben

Status: reviewreview_passed

I've committed a small enhancement to the regex.

comment:7 Changed 11 years ago by Piotrek Koszuliński

Resolution: fixed
Status: review_passedclosed
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