Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 11754)

Ticket Resolution Summary Owner Reporter
#12729 fixed Incorrect structure created when merging block into list item on Backspace and Delete Artur Delura Boris Lykah
Description

Steps:

  1. Create a list with two items that contain links
  2. Put caret at the beginning of the second item and hit backspace

DOM result:

<a data-cke-saved-href="http://link" href="http://link">
  first
  <a data-cke-saved-href="http://link" href="http://hg">second</a>
</a>
#12746 fixed Config option to hide image2's resizer Artur Delura Piotrek Koszuliński
Description

As explained in http://dev.ckeditor.com/ticket/12615#comment:14 and https://github.com/ckeditor/ckeditor-docs/issues/51 we need an option to disable the resizer without removing the width and height attribute (it's now possible to disallow them and resizer automatically disappears).

I'd also love if we could extract the code needed for the resizer to a separate plugin. The setupResizerfunction has 200LOC plus there's 30LOC of CSS, so that could be something. And there's nothing more there, so that would be an entire feature, which after some improvements perhaps could be reused by other plugins (like video embedding). But I'm afraid that we won't have enough time...

#12747 fixed IE: Dropdowns become disabled when in maximize mode. Artur Delura Jakub Ś
Description
  1. Open replacebycode.html sample
  2. Click Maximize
  3. Select header and part of first sentence in first paragraph as shown below:
    [Apollo 11
    
    Apollo 11 was the spaceflight that landed ] the first humans,...
    
  4. Click and hold mouse button for a few seconds on Styles or Format dropdown.

Result: Dropdown becomes disabled.

Problem can be reproduced in IE8-10 from CKEditor 4.0.

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