Bug #68396
closedFirefox does not correctly initialize fields in inline expand
100%
Description
Firefox fails to initialize elements some correctly in inline records that are expanded.
An example can be seen with ext:styleguide inlineexpand record: if opening a closed inline child, rte and tree and fal are not initialized and firefox spits some funny error messages to console.
Updated by Frank Nägler over 9 years ago
can be seen in ext:styleguide inline expand tree_1
Updated by Gerrit Code Review over 9 years ago
- 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/42080
Updated by Markus Klein over 9 years ago
SelectTreeElement must not load ExtJS again, as this kills RTE, which then kills the Tree rendering.
Solution that worked for FF is to simply load the Tree init code as inline code, as ExtJs is there already anyway.
Updated by Markus Klein over 9 years ago
- Assignee changed from Frank Nägler to Markus Klein
Updated by Gerrit Code Review over 9 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/42080
Updated by Gerrit Code Review over 9 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/42080
Updated by Markus Klein over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset fedbce145bc0220cfc281435163d96326e88c1ba.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed