Ticket #136 (closed defect: fixed)
insert image twice on first position -> attributes lost
| Reported by: | JFiege | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Xinha Core | Version: | |
| Severity: | normal | Keywords: | insert image |
| Cc: |
Description
There is a problem when you insert an image on the first position in the document in Firefox (or Mozilla). I tested the following in your example:
I open the Editor and put the Cursor on first position on the document in WYSIWYG-Mode. Then i insert an image _with_ attributs like vspace, hspace... The output in html-Mode is this:
<img vspace="3" hspace="3" border="4" align="right" src="http://www.spiegel.de/img/0,1020,361725,00.jpg" alt="alternate text" />
Now i delete the image in WYSIWYG-Mode. After that i try to insert a new image on the same position with the same attributes, but the output is this:
<img src="http://www.spiegel.de/img/0,1020,361725,00.jpg" />
Where are my attributes?
This doesnt happen when the cursor position is another. In IE it works fine, too. Has anyone an idea to solute this?
