When using tooltips in a table with sticky header, in some configurations the sticky header can get out of sync with the rest of the table as column widths change when tooltip icons are added.
While these differences disappear when scrolling the next time in Firefox, they sometimes persist in Chrome. (Didn't test in other browsers.)

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

drunken monkey’s picture

Issue summary: View changes
Status: Active » Needs review
FileSize
1.81 KB

The attached patch fixes the problem for me, relatively simply, by triggering a column width recalculation every time a tooltip icon is added to a table with sticky header.
It's not the most beautiful solution, but (as said) simple enough, I think.

herd45’s picture

I've tested and it works as expected.

infojunkie’s picture

Status: Needs review » Fixed

Thanks, committed.

Status: Fixed » Closed (fixed)

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