Only local images are allowed.

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

bleen’s picture

I 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.

bleen’s picture

Status: Active » Closed (fixed)

This was caused by #609100: Should not be able to re-add same shortcut to same set twice ... and the latest patch there fixes this