Project

General

Profile

Actions

Bug #24711

closed

Use of reserved word "class" breaks grid editor in Safari

Added by Ingo Renner over 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
Start date:
2011-01-21
Due date:
% Done:

0%

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

Description

the drawTable() method in grideditor.js uses the reserved word "class" to define a CSS class for the grid editor table. In Safari this leads to a syntax error and thus, a not working editor.

Solution:
Use quotes to escape the reserved word.
(issue imported from #M17199)


Files

17199.diff (410 Bytes) 17199.diff Administrator Admin, 2011-01-21 16:52
Actions #1

Updated by Ingo Renner over 13 years ago

committed to trunk (4.5) in r10215

Actions

Also available in: Atom PDF