Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 11754)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#12300 fixed Editor#change fired on first navigation key press after typing Artur Delura Piotrek Koszuliński
Description

TC:

  • Add editor#change listener to see when it's fired.
  • Start typing. Change is fired for every letter.
  • Press arrow key. Change is fired. It should not be.

Reproduced on all browsers.

Follow up of #11739 and #11611.

#12309 fixed Test test_getDocumentPosition in core.dom.element.element in unstable Artur Delura Artur Delura
Description

http://tests.ckeditor.dev:1030/tests/core/dom/element/element#test_getDocumentPosition

On IE11 I've something like this: Expected: 350 (number) Actual: 351 (number)

We should add some acceptance error range.

#12311 fixed Removeformat doesn't remove cite element Artur Delura Marek Lewandowski
Description

Create a cite element and try to remove it with Remove Format button.

  1. open any sample with CKEditor (i.e. samples/replacebyclass.html)
  2. use following source
    <p>foo <cite>bar</cite> baz</p>
    
  3. go back to wysiwyg mode and select all ( CTRL + A )
  4. use a Remove Format button

Expected result:
Cite element should be removed: <p>foo bar baz</p>

Current result:
Cite element remains: <p>foo <cite>bar</cite> baz</p>

additional info:

  1. Tested with FF and Chrome
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
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