Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 11754)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#12503 fixed [Blink/Webkit] Incorrect result of select all, backspace/delete Artur Delura Piotrek Koszuliński
Description
  1. Open replacebycode sample.
  2. CTRL+A.
  3. Delete/backspace.
  4. Execute following code in console.
    CKEDITOR.instances.editor1.editable().getHtml();
    

Result:

<h1><small><a data-cke-saved-href="http://en.wikipedia.org/wiki/Apollo_11" href="http://en.wikipedia.org/wiki/Apollo_11"></a></small>​{}</h1>

Expected (as on FF):

<p>[]<br></p>

or (if that's going to be much easier to implement):

<h1>[]<br></h1>

(because <h1> was the first block before pressing backspace)

  • #8439, #8440 - should be fixed by patch for this issue,
  • this issue was introduced by fixes for #9998.
#12597 fixed Chrome: Multi-byte Japanese chars entry not working properly after line-break Artur Delura agirma@…
Description
  1. go to http://ckeditor.com/demo
  2. Change IME(input method editor) to Japanese
  3. in CKE, Shift+Enter
  4. type aa(ああ)

Expected: display ああ Actual: displays あああ

This only happens in Chrome(I tested in Version 37.0.2062.94) and cke enterMode = CKEDITOR.ENTER_BR

#12612 fixed Support for cross domain file uploads Artur Delura Piotr Jasiun
Description

Check if Cross domain file uploads (CORS) works and fix it if not.

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
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