Project

General

Profile

Actions

Bug #17602

closed

rtehtmlarea doesn't work in front end editing in the mode "Forms on page"

Added by Tapio Markula over 16 years ago. Updated almost 16 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2007-09-14
Due date:
% Done:

0%

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

Description

Following functionalities don't work in the editing mode "Forms on page"

1) Link too - invalid path information - the window has not found -text
2) image tool - invalid path information - the window has not found -text
3) paragraph style selector doesn't work - selector is empty

Try to define path always as absolute paths
(issue imported from #M6340)


Files

rtehtmlarea_bugfix_6340.patch (11 KB) rtehtmlarea_bugfix_6340.patch Administrator Admin, 2007-10-15 19:06

Related issues 2 (0 open2 closed)

Has duplicate TYPO3 Core - Bug #17594: browse_links and other popups don't work, when in Admin Panel "Editforms on-page" is checkedClosed2007-09-12

Actions
Has duplicate TYPO3 Core - Bug #17563: PHP Fatal error: Call to a member function on a non-object in ..class.tx_rtehtmlarea_base.php on line 1493Closed2007-08-27

Actions
Actions #1

Updated by Stanislas Rolland over 16 years ago

In class.tx_rtehtmlarea_base.php all tests coded as

is_object($TSFE)

should be replaced by

is_object($TSFE) && !strstr($this->elementId,'TSFE_EDIT')

Actions

Also available in: Atom PDF