Maybe would be nice to have on/off function while clicking icon. So would be able to scroll down to read if it hides...

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

seemas’s picture

Solved.
just css changed to .description{ position:relative;}
was: .description{ position:absolute;}

do you think this is correct patch?

psynaptic’s picture

Assigned: Unassigned » psynaptic
Status: Active » Needs work

It should stay until you click again. I'll have a look into this and see if I can reproduce.

FanisTsiros’s picture

i have the same issue here...
Form tips description hides also when i have a filefield CCK field inside a fieldgroup.
Well this should not be a problem if i could manage to give a "CSS/XPATH selector" to disable FormTips for this element... I tried some combinations but i managed only to disable FormTips for all form descriptions.
Could you please give us an axample of a "CSS/XPATH selector" ? I have no Idea about Jquery and stuff like this
Thanks !

Edit: Sorry, i think my issue is different, so i created a new issue #1118652: FormTips not showing in filefield fields

sudeepg’s picture

Status: Needs work » Patch (to be ported)
FileSize
926 bytes

HI Richard,

I have moved the popup just below the label where I believe it should be then wait for the input form to complete.

Please check the patch for this fix for D6. If this looks okay I can commit to GIT. The similar fix would work be need for D7 as well.

Thanks,
Sudeep

sudeepg’s picture

Status: Patch (to be ported) » Closed (fixed)

Fixed. Committed for 6.x.