Project

General

Profile

Actions

Bug #21833

closed

options.enableShortcuts = 0 produces JS error

Added by Georg Ringer over 14 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2009-12-10
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

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)

Actions #1

Updated by Alexander Opitz almost 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)?

Actions #2

Updated by Riccardo De Contardi almost 11 years ago

As far as I can see options.enableShortcuts is deprecated since TYPO3 4.5 ... is this still valid??

Actions #3

Updated by Chris topher almost 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.

Actions #4

Updated by Riccardo De Contardi almost 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

Actions #5

Updated by Alexander Opitz almost 11 years ago

  • Status changed from Needs Feedback to Closed
Actions

Also available in: Atom PDF