Styled paragraphs result on buggy list creation
- Clear the editor.
- Type two paragraphs.
- CTRL+A to select all.
- Hit the "Bold" button.
- Hit the "Unordered List" button.
Note that there is a line space between the items. This is what we have on source:
<ul>
<li>
<strong>Para 1</strong><br />
</li>
<li>
<strong>Para 2</strong><br />
</li>
</ul>
We should not have the "<br /> " thing on each item.
This doesn't happen if the paragraphs are not styled.
Change History (12)
Keywords: |
Firefox added
|
Status: |
new →
confirmed
|
Owner: |
set to Martin
|
Status: |
confirmed →
assigned
|
Status: |
assigned →
review
|
Cc: |
satya_minnekanti@… added
|
Status: |
review →
review_failed
|
Status: |
review_failed →
review
|
Status: |
review →
review_passed
|
Milestone: |
CKEditor 3.5 →
CKEditor 3.4.2
|
Resolution: |
→ fixed
|
Status: |
review_passed →
closed
|
Only happens on FF.