[jQuery] Re: Problem with ClueTip: Flash-Elements flickers when rollover (SOLVED!)

2007-09-11 Thread Karl Swedberg
Thanks a lot for the update, Anton. I really appreciate it. I'm not sure where the position:static thingie came from -- maybe from jquery core or possibly from the Dimensions plugin -- but it's not in the clueTip plugin itself. You've offered an excellent workaround, though, and I'm gratef

[jQuery] Re: Problem with ClueTip: Flash-Elements flickers when rollover (SOLVED!)

2007-09-11 Thread Anton
Just a quick update to let you know I solved my problem. In fact it turned out to be quite simple. As soon as I added position:relative to the element I was appending the cluetip to, the style="position:static" thingie went away, the DOM stayed unmodified and the bug disappeard. Sorry if this was

[jQuery] Re: Problem with ClueTip: Flash-Elements flickers when rollover

2007-09-11 Thread Anton
> While I think it's a Firefox bug, the most recent version of clueTip > lets you work around it: While I very much appreciate the additions, they don't fix the problem with style="position:static" getting added to a parent of the Flash file (thus triggering the bug). Why is this? Is the script c

[jQuery] Re: Problem with ClueTip: Flash-Elements flickers when rollover

2007-09-10 Thread Karl Swedberg
Hi Anton, While I think it's a Firefox bug, the most recent version of clueTip lets you work around it: http://jquery.com/plugins/project/cluetip/ You can use the $.cluetip.setup function to change where the clueTip divs are placed in the DOM. For example: $.cluetip.setup({ insertionTy

[jQuery] Re: Problem with ClueTip: Flash-Elements flickers when rollover

2007-09-10 Thread Anton
> > no flicker with wrapper-div: > >http://www.media-giganten.de/test/cluetip-test/index.html > > > flicker without div and changed fx: > >http://www.media-giganten.de/test/cluetip-test/index_flick.html Is this a Firefox bug, not a Cluetip bug? I so wish this issue could be solved somehow.. PS.

[jQuery] Re: Problem with ClueTip: Flash-Elements flickers when rollover

2007-08-13 Thread Karl Swedberg
Hi Mucky, I appreciate your putting these test pages together for me. It really helps me troubleshoot. maybe you can put this wrapper into the options for such problmes with FF and Flash. If the suggestion is to add an option that allows the user to customize where in the page the clueTi

[jQuery] Re: Problem with ClueTip: Flash-Elements flickers when rollover

2007-08-13 Thread Muckinger
i make 2 test-page: no flicker with wrapper-div: http://www.media-giganten.de/test/cluetip-test/index.html flicker without div and changed fx: http://www.media-giganten.de/test/cluetip-test/index_flick.html Muckinger wrote: > > Hi Karl, > > thanks for your suggestions. > > i use Version 0.

[jQuery] Re: Problem with ClueTip: Flash-Elements flickers when rollover

2007-08-13 Thread Muckinger
Hi Karl, thanks for your suggestions. i use Version 0.8.1 (08/07/2007) - changing fx from fadein to show did not work - append to body seems to be the problem. if i make a wrapper-div, that does NOT wrap the flash-element, it seems to work. maybe you can put this wrapper into the options fo

[jQuery] Re: Problem with ClueTip: Flash-Elements flickers when rollover

2007-08-13 Thread Karl Swedberg
Hi Marcus, It might have to do with the default fx that clueTip uses -- fadeIn -- because of issues with opacity. Could you try modifying the fx.open and fx.openSpeed options? It would look something like this: $('whatever').cluetp({fx: {open: 'show', openSpeed: '' } }); Also, look

[jQuery] Re: Problem with ClueTip: Flash-Elements flickers when rollover

2007-08-13 Thread Marcus Renz
Hallo Alexandre, iŽve tried this, but wmode=transparant has no effect on the flickering in Firefox. Any other tip? Alexandre Plennevaux schrieb am Montag, 13. August 2007, 13:11:18: AP> Did you set your flash wmode parameter to "transparent" ? If not, try it, it AP> may solve your issue. AP

[jQuery] Re: Problem with ClueTip: Flash-Elements flickers when rollover

2007-08-13 Thread Alexandre Plennevaux
Did you set your flash wmode parameter to "transparent" ? If not, try it, it may solve your issue. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Muckinger Sent: lundi 13 aoűt 2007 10:49 To: jquery-en@googlegroups.com Subject: [jQuery] Problem