Ticket #3411 (closed Bug: duplicate)
Pressing bold in middle of bold line unbolds entire line
| Reported by: | highjinx_53 | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | SVN (CKEditor) - OLD |
| Keywords: | Cc: |
Description
Steps to reproduce:
- Open replace by class example.
- Start with the following source:
<p> <b>This is a ^bold line.<br /> </b></p>
- Press the bold button
- Expected result:
<p> <b>This is a </b>^<b>bold line.<br /> </b></p>
- Encountered result:
<p> This is a bold line.<br /> </p>
Both Microsoft Word and Google Docs work correctly. Additionally, when doing the opposite (going from normal to bold), CKEditor works correctly.
This can be reproduced in any of the nightly samples.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

This is also an issue with italic and underline.