Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
shortcut.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Apr 2010 at 01:47 UTC
Updated:
25 Apr 2010 at 23:02 UTC
The shortcuts disappear from the shortcut bar on 404 pages. This was mentioned at http://drupal.org/node/511286#comment-2158620 but got lost in the larger issue, so I'm filing it as its own issue here. I have no idea what the architecture of shortcuts is. If we're using the block system then I suppose it's because we don't display blocks on 404s. If not, then I have no idea what's going on.
Comments
Comment #1
David_Rothstein commentedBeen wondering about this - turns out it's an issue with all menus (except the toolbar menu, because that's kind of in its own universe):
#233807: No navigation links on 404 pages
By the way, the shortcut module only uses blocks sometimes, but in D7 blocks do display on 404 pages anyway.... that behavior switched back and forth about 8 times during the D7 dev cycle, I think, so easy to get confused :)