With the Garland theme, the panels are displayed under some other page elements.
The z-index of the div with class qtip is not set at first displays.
Later on, but not always, the z-index is set.

A quick fix in the theme css :
.qtip {
z-index: 6000;
}

Comments

archnode’s picture

This should be fixed in qTip 2.0, so the case regarding the update to the newest qTip version would make this issue obsolete.

damienmckenna’s picture

Status: Active » Needs review
StatusFileSize
new300 bytes
new331 bytes

This should work.

damienmckenna’s picture

Status: Needs review » Fixed

I've committed the patches from #2.

Status: Fixed » Closed (fixed)

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

ledom’s picture

Thanks! it does the job for D6