Project

General

Profile

Actions

Bug #19423

closed

Edit in Rich Text Editor - Button doesn't work anymore in Web>Page

Added by Daniel Krupke over 15 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
-
Target version:
-
Start date:
2008-10-06
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

If any user or admin clicks on the button "Edit in Rich Text Editor" in Web>Page Module for any text content element, this results in a broken Rich Text Editor (rtehtmlarea).

This is reproducable in TYPO3 4.2.2 with Firefox, IE7, Chrome and Opera. It also occurs with a new clean TYPO3 4.2.2 installation.

See attached screenshots.

Firefox error console says:
Error: TBE_EDITOR is not defined
Source: http://.../typo3/wizard_rte.php?&P[table]=tt_content&P[uid]=307&P[pid]=10&P[field]=bodytext&P[returnUrl]=%2Ftypo3%2Fsysext%2Fcms%2Flayout%2Fdb_layout.php%3Fid%3D10
Line: 204

(issue imported from #M9497)


Files

snapshot1-openrichtexteditor.png (95.7 KB) snapshot1-openrichtexteditor.png Administrator Admin, 2008-10-06 16:42
snapshot2-richtexteditor-opened-view.png (54.5 KB) snapshot2-richtexteditor-opened-view.png Administrator Admin, 2008-10-06 16:42
0009497_trunk.patch (2.8 KB) 0009497_trunk.patch Administrator Admin, 2008-10-08 11:18
0009497_4-2.patch (3.79 KB) 0009497_4-2.patch Administrator Admin, 2008-10-08 11:18

Related issues 8 (0 open8 closed)

Related to TYPO3 Core - Bug #18855: Wrong JavaScript inclusion in t3lib_TCEformsClosedOliver Hader2008-05-26

Actions
Related to TYPO3 Core - Bug #19485: Frontend Editing does not work anymoreClosedOliver Hader2008-10-21

Actions
Has duplicate TYPO3 Core - Bug #19421: Setting password for a new BE user changes the field value to "undefined"ClosedOliver Hader2008-10-06

Actions
Has duplicate TYPO3 Core - Bug #19437: RTE doesn't work properly anymoreClosedMichael Stucki2008-10-08

Actions
Has duplicate TYPO3 Core - Bug #19452: RTE broken in 4.2.2ClosedOliver Hader2008-10-13

Actions
Has duplicate TYPO3 Core - Bug #19442: When inserting prices in tx_commerce the input is always transformed into NaN##ClosedMichael Stucki2008-10-09

Actions
Has duplicate TYPO3 Core - Bug #19550: No RTE in full Width modeClosedOliver Hader2008-10-31

Actions
Has duplicate TYPO3 Core - Bug #19462: rtehtmlarea 1.7.6 in Function "edit in RTE" not workClosedChris topher2008-10-15

Actions
Actions #1

Updated by Oliver Hader over 15 years ago

Please test the attached patch in combination with the patch provided at issue #9494

Actions #2

Updated by Christian Hernmarck over 15 years ago

I have problems with the patch:

...../typo3/typo3_src-4.2.2_copy# patch p0 < 0009497.patch
patching file typo3/alt_palette.php
patching file typo3/wizard_rte.php
Hunk #1 FAILED at 110.
1 out of 1 hunk FAILED -
saving rejects to file typo3/wizard_rte.php.rej
patching file typo3/mod/user/ws/workspaceforms.php
Hunk #1 succeeded at 137 with fuzz 1.
patching file typo3/sysext/cms/layout/db_layout.php
Hunk #1 succeeded at 404 with fuzz 1.
Hunk #2 FAILED at 545.
1 out of 2 hunks FAILED -- saving rejects to file typo3/sysext/cms/layout/db_layout.php.rej

/Christian

Actions #3

Updated by Oliver Hader over 15 years ago

Please check the attached new patches (the old one was only for Trunk):

0009497_trunk.patch - TYPO3 4.3 development (Trunk)
0009497_4-2.patch - TYPO3 4.2.x

The patches now include also the fix for issue #9494 - this has to be handled in one step an cannot be separated.

Actions #4

Updated by Christian Hernmarck over 15 years ago

Just implemented 0009497_4-2.patch - this fixes this rte problem on my 4.2.2 installation (no other tests...).
Thanx

Actions #5

Updated by Tobias Liebig over 15 years ago

The Patch 0009497_4-2.patch worked for me too (4.2.2).
It also fixes #9494 (brocken password and double fields)

Actions #6

Updated by Tobias Liebig over 15 years ago

i'll suggest to replace this:

function typoSetup      () {
this.passwordDummy = '********';
this.decimalSign = '.';
}
var TS = new typoSetup();

with something like:

var TS = TS || {};
TS.passwordDummy = '********';
TS.decimalSign = '.';

and do the same for all "function typoSetup" in
typo3/jsfunc.tbe_editor.js
typo3/alt_main.php
typo3/backend.php
typo3/alt_doc.php

so the order does not matter anymore, as the TS object is not overwritten, but extended.

Actions #7

Updated by Steffen Kamper over 15 years ago

@Tobias: looks great. Could you make a patch therefore?

@Olly: i tested #9494 and works perfect, no need for the palette-stuff imho

Actions #8

Updated by Sebastian Michaelsen over 15 years ago

Thanks for that quick patch

Actions #9

Updated by Oliver Hader over 15 years ago

Thanks for your feedback. I'm going to put the patches on the Core List tomorrow.
The changes for the "TS" thingy will go to a new issue and RFC and for TYPO3 4.3 only

Actions #10

Updated by Daniel Krupke over 15 years ago

Thanks for that patch. It works quite fine with TYPO3 4.2.2 environments.

Actions #11

Updated by Leonhard Wimmer over 15 years ago

Thank you for the patch. It works perfectly.

Actions #12

Updated by Francois Suter over 15 years ago

I can only add my voice to that. The patch works real fine. I hope you can submit the patch to the core list soon. And then we should probably have a hot fix 4.2.3 release.

Actions #13

Updated by Administrator Admin over 15 years ago

I'm a real newbie, but how do I apply the patch?

Actions #14

Updated by Michael Stucki over 15 years ago

Fixed in TYPO3 4.2.3 (rev. 4326) and Trunk (rev. 4327).

Actions #15

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF