Bug #67400
closed
RTE not loading if multiple content elements are opened
Added by Christian Kuhn over 9 years ago.
Updated about 7 years ago.
Category:
FormEngine aka TCEforms
Sprint Focus:
Stabilization Sprint
Description
- add a page
- add multiple text elements to one column
- use the edit link in page module to open all of these elements at once
-> only last rte is properly initialized
guess: regression of the "remove rte counter" patch.
- Status changed from New to Accepted
- Assignee set to Frank Nägler
Seems to be a good guess, for example: RteHtmlAreaApi has a method buildJavascriptConfiguration
, which originally took the RTE number as argument. That argument was used to build a JavaScript array. Now it always gets 'editornumber'
, which changes this to an object and overrides itself, of course, as it tries to add the same key over and over again.
- Status changed from Accepted to In Progress
- Status changed from In Progress 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/40197
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF