Bug #66190
closedEpic #68075: Remove ExtJS from backend
Remove Flash from Backend
100%
Description
The browser (configured to ask if Flash should be allowed for the site or not) always asks to activate Flash when running the TYPO3 backend. I think there is no need for a flash element (I can’t see one) and should be removed.
Updated by Markus Klein over 9 years ago
Flash is indeed not used at all.
I discovered this issue already a long time ago, but unfortunately removing the warning/request is not easily possible.
The third party ExtJS library does some sort of feature detection in its bootstrap, which also queries Flash. That causes the browser to ask.
ExtJS is always loaded in the Backend of 6.2.
We hope that CMS 7 will be finally free of ExtJS and this problem is then gone too.
If you're eager to dig into that monster, you're very welcome to push a patch.
Updated by Alexander Opitz about 9 years ago
- Status changed from New to In Progress
- Assignee set to Alexander Opitz
ExtJS uses a modular concept, so flash is a module.
In ExtJS 3.4 the chart module depends on flash but we don't use the chart nor do the needed swf file exists anymore on yahoo. So eliminating flash and chart module from our ExtJS is possible.
Updated by Gerrit Code Review about 9 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42878
Updated by Gerrit Code Review about 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42878
Updated by Gerrit Code Review about 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42878
Updated by Gerrit Code Review about 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42878
Updated by Alexander Opitz about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2ed960f3bc4a042c21e193313ccda2a63f7222cb.