Project

General

Profile

Actions

Bug #42812

closed

Most checkboxes (like Extended View) are not working due to javascript bug

Added by Michael Späth over 11 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-11-09
Due date:
% Done:

100%

Estimated time:
1.00 h
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:

Description

Typo3 Version 4.5.21

t3lib/class.t3lib_befunc.php

Before:

// $onClick = 'jumpToUrl(' . t3lib_div::quoteJSvalue($script . '?' . $mainParams . $addparams . '&' . $elementName) . '=+(this.checked?1:0),this);';

After:

$onClick = 'jumpToUrl(' . t3lib_div::quoteJSvalue($script . '?' . $mainParams . $addparams . '&' . $elementName . '=') . '+(this.checked?1:0),this);';

Just shift the "=" into the quoting.


Related issues 3 (0 open3 closed)

Has duplicate TYPO3 Core - Bug #42822: List view - show extended view & show localization view javascript errorClosed2012-11-09

Actions
Has duplicate TYPO3 Core - Bug #42890: Regression: Javascript error in Backend (jumpToUrl)Rejected2012-11-12

Actions
Has duplicate TYPO3 Core - Bug #42881: Show Clipboard stops showingClosed2012-11-12

Actions
Actions

Also available in: Atom PDF