Bug #21833
closed
options.enableShortcuts = 0 produces JS error
Added by Georg Ringer almost 15 years ago.
Updated over 11 years ago.
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)
- 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)?
As far as I can see options.enableShortcuts is deprecated since TYPO3 4.5 ... is this still valid??
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.
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
- Status changed from Needs Feedback to Closed
Also available in: Atom
PDF