Actions
Bug #17602
closedrtehtmlarea doesn't work in front end editing in the mode "Forms on page"
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
Updated by Stanislas Rolland about 17 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