Description

The GUI editor removes markup when pasting from OpenOffice.org 2.4

Steps to reproduce

  1. paste a rich text from a ODT document into a gui editor
  2. just save
  3. RESULT: no markup (e.g. headline h3 is lost)

or do this:

  1. paste a rich text from a ODT document into a gui editor
  2. press preview (you see the markup) (or alternatively switch to text editor)
  3. save now save
  4. RESULT: markup shown

Example

Component selection

Details

MoinMoin Version

1.8.0beta3

OS and Version

Linux

Python Version

2.4.1

Server Setup

Apache

Server Details

Language you are using the wiki in (set in the browser/UserPreferences)

de

Workaround

Discussion

Strange bug. When switching to text editor or using preview, the same conversion should happen as when directly saving.

Looks like invalid xhtml:

<p>
...
<h3>...</h3>
...
</p>

Plan


CategoryMoinMoinNoBug

MoinMoin: MoinMoinBugs/GuieditorRemovesMarkupWithoutPreview (last edited 2008-10-02 22:53:37 by AntonGutsunaev)