Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
shortcut.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Oct 2009 at 19:04 UTC
Updated:
25 Oct 2009 at 20:34 UTC
![]()
I'm trying to remember how I triggered this. I think I:
1. Went to "edit shortuct" and clicked to choose a different set.
2. Created a new set.
3. When I went to add a new shortcut, it looked all stupid.
Here's the (prettified) generated HTML:
<div class="toolbar-drawer clearfix">
<div class="toolbar-shortcuts">
<ul class="menu">
<li class="first leaf"><a href="/core/node/add">Add content</a></li>
<li class="leaf"><a href="/core/admin/content">Find content</a></li>
<li class="leaf"><a href="/core/admin/dashboard">Dashboard</a></li>
<li class="last expanded active-trail"><a class="active-trail" href="/core/admin">Administer</a>
<ul class="menu">
<li class="first last leaf active-trail"><a class="active-trail active" href="/core/admin/config/modules">Configuration and modules</a></li>
</ul>
</li>
</ul>
</div>
<a id="toolbar-customize" href="/core/admin/config/system/shortcut/shortcut-set-2">edit shortcuts</a>
</div>
I was testing #609100: Should not be able to re-add same shortcut to same set twice at the time, though even with that rolled back I still see it. Can anyone else reproduce this?
Comments
Comment #1
bleen commentedI just did a clean install and the "+" is in the correct place. I have a feeling the mis-alignment you are seeing has to do with the CSS changes I made in #609100: Should not be able to re-add same shortcut to same set twice (I'll keep that in mind as I continue - After the Yankee game). You were probably seeing it even after you rolled back because the CSS got cached locally.
Comment #2
bleen commentedThis was caused by #609100: Should not be able to re-add same shortcut to same set twice ... and the latest patch there fixes this