[jQuery] Re: Tooltip Bug (IE7)

2007-06-29 Thread Rodrigo Castilho Galvão Ferreira
Jörn, Thanks, very good script and very fast solution... perfect plugin now :) -- Rodrigo Castilho Galvão Ferreira www.rodrigocastilho.com On 6/29/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: Rodrigo Castilho Galvão Ferreira wrote: > > The other problem in IE7 is: > > When we try to se

[jQuery] Re: Tooltip Bug (IE7)

2007-06-29 Thread Jörn Zaefferer
Rodrigo Castilho Galvão Ferreira wrote: The other problem in IE7 is: When we try to select an item of combobox () is removed focus of the item. I may have a fix for that already (by using hover instead of mouseover/out). If you want to give it a try: http://dev.jquery.com/browser/trunk/plugi

[jQuery] Re: Tooltip Bug

2007-06-28 Thread Daryl
Seems this trick, either done via the bgiframe plugin or by manually inserting the iframe inline in the code, doesn't work with the original version of tooltip. On 6/28/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: Rodrigo Castilho Galvão Ferreira wrote: > > Problem continue in IE6 (being beh

[jQuery] Re: Tooltip Bug

2007-06-28 Thread Jörn Zaefferer
Rodrigo Castilho Galvão Ferreira wrote: Problem continue in IE6 (being behind tooltip in tags select) $('[EMAIL PROTECTED]').Tooltip({ delay: 500, showURL: false }).bgiframe(); Please try this instead: $('[EMAIL PROTECTED]').Tooltip({ ... }); $("#tooltip").bgiframe(); I'll add bgifr

[jQuery] Re: Tooltip Bug

2007-06-28 Thread Rodrigo Castilho Galvão Ferreira
Problem continue in IE6 (being behind tooltip in tags select) $('[EMAIL PROTECTED]').Tooltip({ delay: 500, showURL: false }).bgiframe(); New Bug: Problem too in IE7 (selecting tags select disabled focus) -- Rodrigo Castilho Galvão Ferreira www.rodrigocastilho.com On 6/

[jQuery] Re: Tooltip Bug

2007-06-28 Thread Karl Swedberg
Hi Rodrigo, Have you tried including the bgiframe plugin? That should do the trick. Exactly what it was meant to solve. http://jquery.com/plugins/project/bgiframe --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jun 28, 2007, at 11:40 AM, Rodrigo Cast