Project

General

Profile

Actions

Bug #18909

closed

Deleting records with Firefox3 not working

Added by Erwin Eggenberger almost 16 years ago. Updated over 15 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2008-06-05
Due date:
% Done:

0%

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

Description

I've noticed that that deleting records with IRRE in Firefox 3 RC2 doesn't work. It throws an js error stating there's no function getElementsByClassName.
It seems like FF3 now has a native getElementsByClassName function that works a bit different. More infos can be found here
http://ejohn.org/blog/getelementsbyclassname-pre-prototype-16/
and here
http://www.prototypejs.org/api/element/getElementsByClassName
I've attached a diff with fixes for jsfunc.inline.js to make it work with FF3 and probably also Safari 3.1 by using the .select method as suggested in the prototype docs.

(issue imported from #M8620)


Files

IRRE_delete_with_FF3.diff (1.11 KB) IRRE_delete_with_FF3.diff Administrator Admin, 2008-06-05 18:32

Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #18965: getElementsByClassName does not work properly in Firefox 3 and Safari 3.1ClosedOliver Hader2008-06-16

Actions
Actions #1

Updated by Oliver Hader almost 16 years ago

Thanks. This bug for Firefox 3 and Safari 3.1 was solved in RFC #0008724

Actions

Also available in: Atom PDF