Ticket #6630 (closed Bug: fixed)
Extra empty line inside of formatted element
| Reported by: | wwalc | Owned by: | garry.yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.5.1 |
| Component: | General | Version: | 3.4 |
| Keywords: | Cc: |
Description
In CKEditor 3.3.1 creating and empty formatted element resulted in:
<pre> </pre>
In CKEditor 3.4 we had:
<pre> <span style="display: none;"> </span> </pre>
now (3.4.2 SVN) we have:
<pre> </pre>
we should get back to the right version.
Attachments
Change History
comment:2 Changed 3 years ago by Saare
- Status changed from new to confirmed
With IE8 the result is different:
3.4.1:
<pre> <span style="display: none"> </span></pre>
3.4.2 SVN:
<pre> </pre>
The last result is OK.
comment:5 Changed 2 years ago by garry.yao
- Status changed from pending to confirmed
Confirmed, right now empty preformatted block contains whitespaces that depends on browser, let's make necessary normalization, reverting to the result we have in 3.1.
Note: See
TracTickets for help on using
tickets.

(results from Firefox 3.6.12 / win 7, safe mode)