Actions
Bug #18964
closed"Toggle selection" and "Import selection" in element browser do not work with Firefox 3
Start date:
2008-06-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The mentioned options do not work in FF3 because the Element.getElementsByClassName function throws an error. This is a known issue concerning prototype and FF3; see:
http://ejohn.org/blog/getelementsbyclassname-pre-prototype-16/
Solution:
replace Element.getElementsByClassName call with Elment.select as proposed in the document above.
(issue imported from #M8720)
Files
Actions