Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (55 - 57 of 11754)

Ticket Resolution Summary Owner Reporter
#13015 fixed Dropping image on image in editor causes page reload Artur Delura Jakub Ś
Description

Try dropping image on image in editor and page will relaod

#13030 fixed Links to images with space are broken due to being encoded twice Artur Delura Wiktor Walc
Description

CKEditor should not encode URLs that it receives from the server connector due to problems described in http://dev.ckeditor.com/ticket/5527

Currently, when dragging an image into CKEditor called foo bar.jpg, the (valid) response from CKFinder is:

{"fileName":"foo bar.jpg","uploaded":1,"url":"\/ckfinder\/userfiles\/files\/foo%20bar.jpg"}

unfortunately, the end result in CKEditor is:

<img src="/ckfinder/userfiles/files/foo%2520bar.jpg" style="height:480px; width:640px" />

See that the space is encoded twice.

#13032 fixed When upload is done notification update should be marked as important. Artur Delura Piotr Jasiun
Description

Because of UX and accessibility the update when upload is done should be marked as 'important' (this is why 'important' flag was created).

Scenario:

  1. Open http://tests.ckeditor.dev:1030/tests/plugins/uploadwidget/manual/image
  2. Drop file so upload starts.
  3. Close the notification before upload is done.

Expected behavior: When upload is done and notification changes its type to success it should be shown again.

Actual behavior: It is not.

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