Opened 14 years ago
Closed 14 years ago
#6630 closed Bug (fixed)
Extra empty line inside of formatted element
Reported by: | Wiktor Walc | 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 (1)
Change History (9)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Status: | new → 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:3 Changed 14 years ago by
Milestone: | → CKEditor 3.5.1 |
---|
comment:5 Changed 14 years ago by
Status: | pending → 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.
Changed 14 years ago by
Attachment: | 6630.patch added |
---|
comment:6 Changed 14 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | confirmed → review |
comment:7 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:8 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [6321].
(results from Firefox 3.6.12 / win 7, safe mode)