Opened 15 years ago
Closed 14 years ago
#7065 closed Bug (fixed)
BR in pre-formatted doesn't create paragraphs
| Reported by: | Garry Yao | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Styles | Version: | 3.0 |
| Keywords: | HasPatch Firefox | Cc: |
Description
In Firefox,
- Load the following content:
<pre> paragraph1 paragraph2 </pre>
- Click inside the format and apply "Normal" format;
- Actual Result:
<p> Para 1<br /> <br /> Para 2</p>
- Expected Result:
<p>paragraph1</p> <p>paragraph2</p>
- Actual Result:
Attachments (1)
Change History (3)
Changed 15 years ago by
| Attachment: | 7065.patch added |
|---|
comment:1 Changed 15 years ago by
| Keywords: | HasPatch Firefox added |
|---|
comment:2 Changed 14 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |

Reproducible till CKEditor 3.2.2 and only in FF 3.5.
Seems to bee fixed.