Bug #73163
closedRTE in FE does not show available blockstyles at first try
0%
Description
I am using a css-file to make block-styles available for the RTE selection:
RTE.default.contentCSS = fileadmin/DESIGNtemplates/styles.css
This worked and is working perfectly since the first versions of typo3.
In 7.6(.2) now when RTE-FEediting the list is not shown.
You have to save first.
Then when the content of the RTE-FEedit-window is reloaded - all is perfect.
This is a little bit confusing for Editors ;-))
Updated by Riccardo De Contardi almost 9 years ago
Is this related? #71771 (or even the same?)
Updated by Paul A. Auwehla almost 9 years ago
Yes, of course they are related for debugging.
RTE.default.contentCSS = fileadmin/DESIGNtemplates/styles.css
is not working, thats a fact - but only if you feedit a content-element
BEFORE saving it the first time you opened it.
Open a element, save is instantly then
you will see the block-styles from the css-file.
#71771 says, it not working directly after starting feediting.
#73163 says the same - but gives a hint for debugging:
The code opening feedit-window the first time is buggy.
When already open, then saving and then reloading(!) the content
the code is ok.
Updated by Gerrit Code Review over 8 years ago
- Status changed from New 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 https://review.typo3.org/48580
Updated by Gerrit Code Review over 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48580
Updated by Gerrit Code Review over 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48580
Updated by Benni Mack over 8 years ago
- Target version changed from 7.6.3 to Candidate for patchlevel
Updated by Gerrit Code Review about 8 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48580
Updated by Gerrit Code Review over 7 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48580
Updated by Anja Leichsenring over 6 years ago
- Status changed from Under Review to New
the connected patch seem not to be related.
Updated by Benni Mack over 5 years ago
- Status changed from New to Needs Feedback
I think this is related to the fact that pageTSconfig is not always available?
Updated by Benni Mack over 4 years ago
Hey Paul,
I will close this issue for the time being. I've reworked the PageTS in Frontend now fully, so it should be available if FEEdit is actually fetching this information. If you feel this is still not resolved, let me know, and I will re-open the ticket.
Updated by Benni Mack over 4 years ago
- Status changed from Needs Feedback to Closed