Changeset 6929 for CKEditor/trunk
- Timestamp:
- 05/17/11 15:16:05 (2 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/flash/dialogs/flash.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r6926 r6929 55 55 <li><a href="http://dev.ckeditor.com/ticket/6845">#6845</a> : Spaces inside the link field in the link dialog window will now be trimmed.</li> 56 56 <li><a href="http://dev.ckeditor.com/ticket/7840">#7840</a> : [IE] Opening the Table Properties dialog via the context menu caused a JS error.</li> 57 <li><a href="http://dev.ckeditor.com/ticket/7733">#7733</a> : Flash movies inserted with the flash dialog window were not displaying properly when injected to the page.</li> 57 58 <li>Updated the following language files:<ul> 58 59 <li><a href="http://dev.ckeditor.com/ticket/7834">#7834</a> : Dutch;</li> -
CKEditor/trunk/_source/plugins/flash/dialogs/flash.js
r6455 r6929 125 125 { 126 126 case ATTRTYPE_OBJECT: 127 if ( !objectNode ) 127 // Avoid applying the data attribute when not needed (#7733) 128 if ( !objectNode || ( attrDef.name == 'data' && embedNode && !objectNode.hasAttribute( 'data' ) ) ) 128 129 continue; 129 130 var value = this.getValue();
Note: See TracChangeset
for help on using the changeset viewer.
