The tooltips on the 'close', 'minimize', 'expand' buttons on Homebox blocks were a nice user-interface addition. However the tipsy library absolutely positions the tooltips based on calculations of the window as a whole.

Unfortunately, this means that it is calculated incorrectly when the admin menu module is enabled: https://www.drupal.org/project/admin_menu

The resulting tooltips hover over the links to close, minimize, and expand - rendering the links unusable.

Comments

goldlilys’s picture

Having the same issue. Is there a way to disable tipsy for Homebox completely?

Edit: Nevermind, adding display: none to .tipsy in CSS worked, but I would like to disable it completely. Is there a way to make that an option?

drumm’s picture

Assigned: Unassigned » drumm

I'm not a huge fan of Tipsy anyway. It should be added as part of a separate module or the theme. Homebox can stick to regular title attributes.

  • drumm committed 431a65e on 7.x-2.x
    Issue #2465325: Remove tipsy
    
drumm’s picture

Status: Active » Fixed

Removed.

Status: Fixed » Closed (fixed)

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