Indent whole paragraph incorrect
Reproducing Procedures
- Open the replace by class example page in FF;
- Press 'Select All' button;
- Click on 'Increase Indent' command;
- Expected Result:
<p style="margin-left: 40px;">
This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p>
- Actual Result: Javascript error thrown.
<p style="margin-left: 40px;">
<span _fck_bookmark="1" style="display: none;"> </span></p>
<p style="margin-left: 40px;">
This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p>
Change History (6)
Keywords: |
Confirmed Review? added
|
Keywords: |
Review+ added; Review? removed
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Again, we need deprecate the usage of 'getBoundary' within 'domiterator'.