Bug #78731
closedRTE - Regular Text Element - Fullscreen Rich Text Editing doesn't work
100%
Description
When I click on the button "Fullscreen Rich Text Editing" , RTE is not show on full width. It's look like here :
!!
It also checked for the newest version for TYPO3 v 6.2.x and it show the RTE on full width.
I checked this for the TYPO3 version 7.6.12
Files
Updated by Riccardo De Contardi about 8 years ago
As far as I can see the button works (because it opens the RTE in a "standalone" view), but the width of the RTE remains hardcoded (via javascript, I guess)
<div id="data_tt_content__61__bodytext_-htmlArea" class="htmlarea" style="width: 680px; height: 472px;">
Updated by Riccardo De Contardi about 8 years ago
- Category set to RTE (rtehtmlarea + ckeditor)
Updated by Georg Tiefenbrunn almost 8 years ago
This bug ic caused by function isInFullScreenMode()
and recently got fixed for 8.x (see https://github.com/TYPO3/TYPO3.CMS/commit/84be5e616b5373ac7ba57edf2d3cd61251dc6f97#diff-98718d69fcb4f351fb32d269256225dbL1239).
Version 7.6 still checks _GP('M') === 'wizard_rte'
instead of _GP('route') === '/wizard/rte'
(see https://github.com/TYPO3/TYPO3.CMS/blob/TYPO3_7-6/typo3/sysext/rtehtmlarea/Classes/Form/Element/RichTextElement.php#L1319).
Updated by Leonie Philine over 7 years ago
- Priority changed from Should have to Must have
- Target version set to next-patchlevel
This also affects me. Can we please have the TYPO3 8 fix also on 7.6.17? Thanks!
Definitely a broken feature due to introduction of BE routes, and must be fixed in a bugfix release.
Updated by Leonie Philine over 7 years ago
Pull Request: https://github.com/TYPO3/TYPO3.CMS/pull/63
Updated by Gerrit Code Review over 7 years ago
- Status changed from New to Under Review
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52339
Updated by Wouter Wolters over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f7031cbfd8048e8e7c16c81afb1ed644d66bc526.