Opened 16 years ago
Last modified 16 years ago
#3813 closed Bug
Unlink result in fragmental <a> — at Version 1
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | Core : Styles | Version: | |
Keywords: | Discussion | Cc: |
Description (last modified by )
Reproducing Procedures
- Open the replace by class example page;
- Make the following selection;
<p> <strong>bo[ld</strong> and lin]k</p>
- Open link dialog to add a link;
- Make a new collapsed selection as following and click 'Unlink';
<p> <strong>bo<a href="http://example.com">ld</a></strong><a href="http://example.com"> and ^lin</a>k</p>
- Actual Result:
<p> <strong>bo<a href="http://example.com">ld</a></strong> and link</p>
- Expected Result:
<p> <strong>bold</strong> and link</p>
Correct the description to clarify the problem.