Bug #21833
closedoptions.enableShortcuts = 0 produces JS error
0%
Description
if disabling the shortcuts, there is a JS error
-----------
'0.src' is null or not an object
----------
in opendocs.js #49:
-------
this.toolbarItemIcon = $$('#shortcut-menu .toolbar-item img')[0].src;
-------
(issue imported from #M12997)
Updated by Alexander Opitz over 11 years ago
- Status changed from Accepted to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Riccardo De Contardi over 11 years ago
As far as I can see options.enableShortcuts is deprecated since TYPO3 4.5 ... is this still valid??
Updated by Chris topher over 11 years ago
The option has only been renamed to options.enableBookmarks
. The problem might still happen with options.enableBookmarks = 1
; however, I have not yet checked that.
Updated by Riccardo De Contardi over 11 years ago
I've performed a test in both TYPO3 4.5.26 and 6.1.0, under the following conditions:
- add options.enableBookmarks = 0 to an admin user
- add options.enableBookmarks = 0 to an editor user (who can only access a custom workspace)
- add options.enableBookmarks = 0 to an editor user who can access both LIVE and custom workspaces
and I've seen no js errors upon the loading of the Backend.
Tested with Chrome 26 and Firefox 21 on Windows 7
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to Closed