Bug #62695
closedRTE keeps inserting empty P tag before ULs on first save
0%
Description
I have this in all my TYPO3 installations from 4.5 up to 6.2: when converting existing text into an UL and saving it, above the UL, an empty P tag is being added.
<p> </p>
I've made a video of it (on purpose, I used a public demo version): http://www.ursbraem.ch/temp/rte-ul.mov - it's a 6.0 installation, but the version really doesn't matter.
Updated by Urs Braem about 10 years ago
That's in Chrome on OS X, since quite a while.
I hadn't thought of posting it here, as I thought it might be a configuration issue on my part (see http://stackoverflow.com/questions/18440843/how-to-keep-typo3s-rte-from-adding-an-empty-line-before-uls)
I see, with firefox, this behaviour doesn't show up.
Updated by Stanislas Rolland about 10 years ago
- Status changed from New to Resolved
- Assignee set to Stanislas Rolland
- Target version set to next-patchlevel
@Urs: This is a duplicate of #59559.
It was recently fixed in git by this change: https://review.typo3.org/#/c/33773/ which follows this other change https://review.typo3.org/#/c/33655/
This is working around Chrome and Opera bug. Since this is a WebKit bug, on OS X, it might be worthwhile testing it in Safari.