Display settings was missing, so you could not set a style or caching. Patch brings those back, but hovering an internal link is not that nice, see screenshot also attached. Will look some further, but my css skills aren't that wonderfull :)

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

entrigan’s picture

Status: Needs work » Needs review
FileSize
1.98 KB

Ok, I can confirm the patch fixes the issue. Also to get the display fixed I added one line of css making setting the width to auto. I can confirm it displays correctly in firefox and chrome (linux) with this new patch.

I did however notice that the width is hardcoded a number of places for drop down links, so this css change will probably break something (Im looking at you IE). Definitely needs more testing.

merlinofchaos’s picture

Status: Needs review » Fixed

Sorry I let this sit for so long!

Committed and pushed!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit dd82c44 on 7.x-3.x, 7.x-3.x-i18n, 8.x-3.x by merlinofchaos:
    Issue #1195586 by swentel and entrigan: Fix missing display links.