Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 11754)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Resolution Summary Owner Reporter
#10558 invalid COPIED TABLE TD STYLE LOSES BACKGROUND COLOR, ETC. ON PASTE Zoltan Koszegi
Description

The content we are pasting was copied from Office and therefore CK's paste-from-word rules are applied. These rules are controlled by the 'pasteFromWordRemoveFontStyles' and 'pasteFromWordRemoveStyles' configuration settings. Our implementation sets both to false meaning that all formatting should be preserved during paste. The 'background' CSS property is still filtered out, though, and this should not happen.(BTW, if you try to paste the same content into the CK demo page, you lose *all* formatting, obviously because they set the above config settings to true.)

Note that if I strip the office mumbo-jumbo from the page and copy/paste the content, the paste-from-word rules are not applied and the content is pasted correctly.

#10570 invalid element IDs are omitted from pasted or manually edited content Zoltan Koszegi
Description

ID attribute of elements are omitted during paste. Also are omitted after edited an element in source view. E.g.: Let's have a list and add an ID to it in source mode: <li id="cite_note-5">window</li> when we switch back to wysiwyg and back to source again the id "cite_note-5" disappears. This happens also during paste when a clipboard HTML content has element IDs. Any element with an ID can be an anchor element. So a page can contain relative links to them. But CK deletes these IDs and the relative links brakes.

An addition question about this: Now CK seems to support only links to anchors (<a> tags) with an ID but to no other elements with an ID. If CK would keep other elements ID (eg during paste) would it be possible to make relative links (anchors) to those element IDs?

#10587 wontfix CKEDITOR DISALLOWS DRAG&DROP PAST DISPLAY AREA Zoltan Koszegi
Description

Tested with IE8 & IE10.
Steps To Recreate:
1) Create a page with 2x more text than fits in your window display. (Vertical scroll bar appears.)
2) Click somewhere in middle of the page then click 'Insert Table'.
3) Make a table of any size and accept.
4) Click the upper-left corner to drag the table to the bottom.

RESULT You can not scroll during drag in a way that allows you to reach the bottom of the page. You also can not mouse-wheel to move the display while you have the selection.

This also happens with anything else you try to drag and drop (text selections, images and so on). That is: You can drag to create a selection and the editor will scroll, but if you already have a selection you are trying to drag&drop, you cannot scroll past the display.

Compare to, say, MS Word where it auto-scrolls when you get near the top or bottom of the display area, or to MS Paint where you can select past what you can see /and/ can wheel to change your view.

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