Project

General

Profile

Actions

Bug #17458

closed

user elements of type processor (mode=processor) gives js-errot

Added by Markus Lange over 16 years ago. Updated almost 16 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2007-07-11
Due date:
% Done:

0%

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

Description

if user element is used with mode=processor the request gives a js error;

this can be fixed with following change:
edit
EXT:rtehtmlarea/mod5/tx_rtehtmlarea_user.php
edit line 236
before:
$onClickEvent='processSelection(' . $LANG->JScharCode($script) . ';';
after:
$onClickEvent='processSelection(' . $LANG->JScharCode($script) . ');';

just add a missing parenthesis

(issue imported from #M5945)


Files

0005945.patch (697 Bytes) 0005945.patch Administrator Admin, 2007-07-11 16:02
Actions #1

Updated by Oliver Hader over 16 years ago

Markus, thanks for pointing this out.

Actions #2

Updated by Oliver Hader over 16 years ago

Committed to SVN:
  • TYPO3_4-1 -- will be part of TYPO3 4.1.2
  • Trunk
Actions

Also available in: Atom PDF