Ticket #1537 (new Bug)
Forced <p> on paste
| Reported by: | MiksIr | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | SVN |
| Keywords: | Pending WorksForMe | Cc: |
Description
When paste paragraph from Word (I am not check other sources) the empty paragraph (<p> </p>) is forced.
This is nodes of FCKeditor before insert (empty document):
<body spellcheck="false">
<p>
<br type="_moz"/>
</p>
</body>
and this is after paste:
<body spellcheck="false">
<p/>
<p class="MsoNormal" _moz_dirty="">
<span lang="EN-US" style="">
It’s a test
</span>
</p>
</body>
Sure, use "Word paste" make the same result.
Change History
Note: See
TracTickets for help on using
tickets.