Bug #16574
closedimages are not saved under special conditions
0%
Description
rtehtmlarea sometimes(?) adds a space when I press "enter" to beginn a new paragraph.
If I add an image after the space. Then the image is not saved. If I remove the space before saving then always is saved correctly.
Typo3 4.0
rtehtmlarea 1.4.2
uploaded file shows 2 images. The first image would be saved, the second image is noch saved, because of the space just before the image in the same paragraph.
(issue imported from #M4245)
Files
Updated by Nikolas Hagelstein about 18 years ago
Confirmed on:
Typo3 4.0 HTMLArea 1.40
Typo3 4.0 HTMLArea 1.41
Typo3 4.0.2 HTMLArea 1.40
Typo3 4.0.2 HTMLArea 1.42
The following gets saved:
<paragraph><img src="http://mydomain.com/uploads/RTEmagicC_xyz_b38e41.JPG.jpg" border="0" height="97" width="151" /></paragraph>
While this one removes the image:
<paragraph> <img src="http://mydomain/uploads/RTEmagicC_xyz_feiertag_1958_b38e41.JPG.jpg" border="0" height="97" width="151" /></paragraph>
note the whitespace between p and img
Updated by Stanislas Rolland almost 17 years ago
I think this problem should be fixed since revision 2776 TYPO3 trunk. Please confirm.
Updated by Stanislas Rolland almost 17 years ago
This issue is fixed in TYPO3 4.2 alpha3.