Bug #65703
closedRtehtmlarea stops working after reording inline records
0%
Description
When reordering inline records containing a rtehtmlarea field, the rtehtmlarea content stays hidden. We noticed this problem in several of our own extensions, in the example below I use the jfmulticontent plugin, but it's broken in every plugin I tried that has tt_content as inline content elements.
How to reproduce:
1) Install the jfmulticontent plugin: http://typo3.org/extensions/repository/view/jfmulticontent
2) Add an instance of that plugin to a page
3) Select "Inline content" in the view menu in plugin settings
4) Add two text elements to Insert inline content field
5) Move one of the records up/down
6) The result should be similar as shown in the screenshot
Files
Updated by Leendert van Beelen over 9 years ago
No, there's nothing showing up in the console.
Updated by Riccardo De Contardi about 9 years ago
seems still present in 6.2.15 (tested with the same extension jfmulticontent).
performing save & close and then opening the element again, makes the text editor work again.
Updated by Benni Mack over 8 years ago
- Status changed from New to Needs Feedback
Does this still happen in 7.6? We refactored FormEngine there to render everything properly (and it's tested there).
Updated by Dan Ilea about 8 years ago
- TYPO3 Version changed from 6.2 to 7
I managed to reproduce this bug in 7.6.11 by following these steps:
1. In a record create two or more inline relations to another record which has a field that displays an RTE.
2. Change the position of one of the newly created inline records by moving it up.
3. Notice that the RTE field is not displayed correctly anymore.
Updated by Riccardo De Contardi about 8 years ago
- Status changed from Needs Feedback to New
Updated by Mathias Schreiber about 7 years ago
- Status changed from New to Closed
HTMLArea is no longer supported by TYPO3.
You can open up new issues here https://github.com/FriendsOfTYPO3/rtehtmlarea.
Cheers
Mathias