Ticket #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
Change History
Note: See
TracTickets for help on using
tickets.
