Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 11754)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#17033 duplicate extractContents returns incorrect result when multiple nodes are selected. Jakub Ś
Description

Steps to reproduce

  1. Put attached sample into ckeditor/samples folder and open it
  2. Apply same styles and selections as in attached video:
    • This is some [sample text.] - apply yellow marker
    • This is [some sample text.] - apply underline
    • [This is some sample text.] - press Print Extract Contents button

Expected result

This is <u>some <span class="marker"><strong>sample text</strong>.</span></u>

Actual result

This is <u><span class="marker">.<strong>sample text</strong></span>some </u>

The text content in Document Fragment is "This is .sample textsome "

Other details (browser, OS, CKEditor version, installed plugins)

Problem can only be reproduced in all browsers starting from CKEditor 4.5.0.

#17030 fixed CloneContents selects whole element when selection starts at the start of that element Jakub Ś
Description

Steps to reproduce

  1. Put attached sample into ckeditor/samples folder
  2. Open browser console
  3. Select e.g. [sample te]xt. It is important that selection starts at the beginning of the element. If you select e.g. sam[ple te]xt it will work as expected
  4. Inspect documentFragment in console

Expected result

Text should contain sample te

Actual result

Text contains sample text

Other details (browser, OS, CKEditor version, installed plugins)

Problem can be reproduced from CKEditor 4.5.0 in all browsers.

#17028 fixed Tabbing through inline editor causes JavaScript error. Jakub Ś
Description

Steps to reproduce

  1. Open inlineall.html or sharedspace.html sample
  2. Click in one of editors
  3. Start pressing tab

Expected result

No errors get thrown.

Actual result

Cannot read property 'contains' of null is thrown once you leave last inline editor in sharedspace or after focusing third editor in inline all.

Message: Cannot read property 'contains' of null
URL: ckeditor-dev/plugins/indent/plugin.js
Line: 366

Other details (browser, OS, CKEditor version, installed plugins)

Problem can be reproduced from CKEditor 4.6.2 only in Chrome.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Note: See TracQuery for help on using queries.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy