Changes between Initial Version and Version 1 of Ticket #5700
- Timestamp:
- Jun 11, 2010, 10:11:06 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5700 – Description
initial v1 8 8 * Expected Result: The red underline is removed. 9 9 * Actual Result: The red underline is still in place. 10 1. Select 'sample text' and apply the 'Italic' style; 11 1. Select 'sample' and remove the 'Bold' style; 12 1. Swtich to Source mode and check the output. 13 * Actual Result: 14 {{{ 15 <p><strong>This </strong><em>is</em><em> some</em></p> 16 }}} 17 * Expected Result: 18 {{{ 19 <p><strong>This </strong><em>is some</em></p> 20 }}} 10