Lines Matching refs:data

37 …/ckeditor.com/addon/pastefromword), paragraphs are transformed into lists with some corrupted data.
56 * [#17027](http://dev.ckeditor.com/ticket/17027): Fixed: Command event data should be initialized a…
125 …Fixed: [Paste from Word](http://ckeditor.com/addon/pastefromword) should only normalize input data.
246 …#!/api/CKEDITOR.editor-method-getData) throw an error when an image is the only data in the editor.
367 …68): [IE] Fixed: Binding drag&drop `dataTransfer` does not work if `text` data was set in the mean…
459 ….plugins.clipboard.dataTransfer) facade was introduced to unify access to data in various types an…
460 …ing or data loss. Additionally, on copy and cut from the editor the clipboard data is set. Therefo…
477 …* Only Chrome and Safari on Mac OS support setting custom data items in the clipboard, so currentl…
478 … new Data Transfer facade, internal and cross-editor drag and drop supports the full range of data.
498 …//docs.ckeditor.com/#!/api/CKEDITOR.editor-event-resize) passes the current dimensions in its data.
505 …idget](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget)'s startup data as a widget command…
575 …cs.ckeditor.com/#!/api/CKEDITOR.config-cfg-fillEmptyBlocks) should only apply when outputting data.
727 ….com/addon/flash) plugin omits the `allowFullScreen` parameter in the editor data if set to `true`.
763 * [#11811](http://dev.ckeditor.com/ticket/11811): Fixed: Widget's data is not encoded correctly whe…
802 …-property-transparentImageData) property which contains transparent image data to be used in CSS o…
808 * [#5217](http://dev.ckeditor.com/ticket/5217): Setting data (including switching between modes) cr…
811 …* Fixed: Selection not being unlocked in inline editor after setting data ([#11500](http://dev.cke…
839 …://dev.ckeditor.com/ticket/8216): Fixed: `{cke_protected_1}` appearing in data in various cases wh…
849 …itor.com/ticket/11500): [WebKit/Blink] Fixed: Selection lost when setting data in another inline e…
877 …tor.com/ticket/11176): Fixed: Initial position is not updated when the widget data object is empty.
984 …t/10854): Fixed: Firefox prepends `<br>` to `<body>`, so it is stripped by the HTML data processor.
998 * [#11129](http://dev.ckeditor.com/ticket/11129): Page break is lost when loading data.
1095 * [#10370](http://dev.ckeditor.com/ticket/10370): Inconsistency in data events between framed and i…
1120 * [#10339](http://dev.ckeditor.com/ticket/10339): Fixed: Error thrown when inserted data was totall…
1149 …(http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-tabSpaces). Unified `data-cke-*` attributes f…
1173 * [#9829](http://dev.ckeditor.com/ticket/9829): Advanced Content Filter - data and features activat…
1175 Brand new data filtering system that works in 2 modes:
1177 …* Based on loaded features (toolbar items, plugins) - the data will be filtered according to what …
1179 …lowedContent`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-allowedContent) rules - the data
1184 …http://docs.ckeditor.com/#!/api/CKEDITOR-event-contentPreview) event for preview data manipulation.
1186 …m/#!/api/CKEDITOR.editor-event-toDataFormat), allowing for better integration with data processing.