Changes between Initial Version and Version 1 of Ticket #3813
- Timestamp:
- Jun 26, 2009, 8:00:31 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3813 – Description
initial v1 1 1 === Reproducing Procedures === 2 1. Open the ''replace by class'' example page; 3 1. Make the following selection; 4 {{{ 5 <p>This is some <strong>sa^mple text</strong>. You^ are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p> 6 }}} 7 * Actual Result: 2 1. Open the ''replace by class'' example page; 3 1. Make the following selection; 8 4 {{{ 9 5 <p> 10 This is some <strong>sa<a href="http://example.com">mple text</a></strong><a href="http://example.com">. You</a> are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p>6 <strong>bo[ld</strong> and lin]k</p> 11 7 }}} 12 * Expected Result: 8 1. Open link dialog to add a link; 9 1. Make a new collapsed selection as following and click 'Unlink'; 13 10 {{{ 14 11 <p> 15 This is some <strong>sa</strong><a href="http://example.com"><strong>mple text</strong>. You</a> are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p>12 <strong>bo<a href="http://example.com">ld</a></strong><a href="http://example.com"> and ^lin</a>k</p> 16 13 }}} 14 * Actual Result: 15 {{{ 16 <p> 17 <strong>bo<a href="http://example.com">ld</a></strong> and link</p> 18 }}} 19 * Expected Result: 20 {{{ 21 <p> 22 <strong>bold</strong> and link</p> 23 }}}