Changeset 4917
- Timestamp:
- 2010-01-12 19:43:30 (2 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/link/dialogs/link.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r4916 r4917 47 47 <li><a href="http://dev.fckeditor.net/ticket/4944">#4944</a> : Fixed a bug where nested list structure with inconsequent levels are not pasted correclty from MS-Word.</li> 48 48 <li><a href="http://dev.fckeditor.net/ticket/4637">#4637</a> : Table cells' 'nowrap' attribute is not loaded to cell property dialog. Thanks to pomu0325.</li> 49 <li><a href="http://dev.fckeditor.net/ticket/4724">#4724</a> : Using the mouse to insert a link in IE might create incorrect results.</li> 49 50 </ul> 50 51 <h3> -
CKEditor/trunk/_source/plugins/link/dialogs/link.js
r4895 r4917 482 482 commit : function( data ) 483 483 { 484 // IE will not trigger the onChange event if the mouse has been used 485 // to carry all the operations #4724 486 this.onChange(); 487 484 488 if ( !data.url ) 485 489 data.url = {};
Note: See TracChangeset
for help on using the changeset viewer.
