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
#12003 duplicate Tests for testing tool should be moved to benderjs-ckeditor plugin Artur Delura Artur Delura
Description

In ckeditor-tests repo there is catalogue dt/test which include tests for testing tools. We should move it to benderjs-ckeditor package.

#12036 fixed Initialize editor in readOnly mode when textarea has readonly attribute Artur Delura Piotrek Koszuliński
Description

Initialize editor on:

<textarea readonly></textarea>

Editor should be in readOnly mode. Currently we initialize editor in readOnly mode only when textarea has disabled attribute.

https://github.com/ckeditor/ckeditor-dev/blob/master/core/editor.js#L333-L346

#12113 fixed Add a path name for codesnippet plugin Artur Delura Marek Lewandowski
Description

We should add a path name for codesnippet like "Code snippet" or simply "Snippet" (ofc it should be localized). This can be done by adding pathName property to widget definition. Sample usage is available in placeholder plugin.

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