Bug #59562
closedWebKit may insert a span element when backspacing an heading
100%
Description
When removing a block format (h2, p) from an element in the RTE, the following element (for example the next paragraph) gets an inline span and inline CSS. That shouldn't happen.
To reproduce you can do the following:
- Create a content element (for example "text").
- Add a header with some text.
- Add a paragraph with some text after the header.
- Clear the header using the backspace key.
- Delete the empty line left by the header using the delete key.
- The paragraph is now bold and contains a spam with inline CSS.
Because this is quite specific I also attached an animated gif that hopefully shows this issue in a way that's easier to understand.
I can reproduce this issue in TYPO3 6.1.7 and 6.2.2. I also seem to be able to reproduce this issue using any sort of block format.
Files
Updated by Stanislas Rolland over 10 years ago
In what browser do you get this behaviour?
I am unable to reproduce this with Firefox 32.0.3.
Also unable to reproduce with Google Chrome 38.0.2125.101.
Updated by Stanislas Rolland over 10 years ago
- Status changed from New to Needs Feedback
Updated by Stanislas Rolland over 10 years ago
In what browser do you get this behaviour?
Updated by Stanislas Rolland about 10 years ago
I was able to reproduce this behaviour with Google Chrome 39.0.2171.99.
However, the header is not deleted. The contents of the paragraph rather become integrated into the header.
Updated by Stanislas Rolland about 10 years ago
- Status changed from Needs Feedback to Accepted
- Assignee set to Stanislas Rolland
Updated by Stanislas Rolland about 10 years ago
- Subject changed from Removing a block format inserts spans and inline CSS to Removing a block format inserts spans and inline CSS in Chrome
Updated by Stanislas Rolland about 10 years ago
- Subject changed from Removing a block format inserts spans and inline CSS in Chrome to Backspacing an empty block inserts spans and inline CSS in Chrome
Updated by Stanislas Rolland about 10 years ago
- Subject changed from Backspacing an empty block inserts spans and inline CSS in Chrome to Backspacing an empty block inserts a span tag in Chrome
Updated by Stanislas Rolland about 10 years ago
- Subject changed from Backspacing an empty block inserts a span tag in Chrome to WebKit may insert a span element when backspacing an empty block
Updated by Gerrit Code Review about 10 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36035
Updated by Stanislas Rolland about 10 years ago
- Subject changed from WebKit may insert a span element when backspacing an empty block to WebKit may insert a span element when backspacing an heading
Updated by Gerrit Code Review about 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36035
Updated by Gerrit Code Review about 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36035
Updated by Gerrit Code Review about 10 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36035
Updated by Stanislas Rolland about 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 87c780ae28add8ef57656f4da8e9021307a55bb1.
Updated by Gerrit Code Review about 10 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36086
Updated by Gerrit Code Review about 10 years ago
Patch set 2 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36086
Updated by Stanislas Rolland about 10 years ago
- Status changed from Under Review to Resolved
Applied in changeset 573cb0295fe093bf52c93692bd8257c517690333.
Updated by Wouter Beeftink about 10 years ago
Thanks Stanislas! I'm looking forward to seeing the change in the next TYPO3 version.