Actions
Bug #18909
closedDeleting records with Firefox3 not working
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
Actions