[jQuery] Re: cluetip onMouseOut Stick problem

2009-07-16 Thread Randy

Try hovering over the link and then move the mouse to the left
(without going over the actual cluetip).  The cluetip stays active.

On Jul 10, 7:43 pm, Karl Swedberg k...@englishrules.com wrote:
 you're moving over and then to the right of the tooltip? strange. it's  
 working fine for me. which browser are you using? I just tested again  
 in FF3.5 and Safari 4, both Mac.

 --Karl

 
 Karl Swedbergwww.englishrules.comwww.learningjquery.com

 On Jul 10, 2009, at 5:24 PM, Randy wrote:



  Looking at your demo, jTip Style clueTip, if you move over then and
  then move the mouse to the right, it still doesn't close the cluetip

  On Jul 9, 10:54 am, Karl Swedberg k...@englishrules.com wrote:
  Hi Randy,

  If I understand your problem correctly, I fixed this last week. The
  updated version can be found on Github:

 http://github.com/kswedberg/jquery-cluetip/tree/master

  I also just now updated the demo.

  --Karl

  
  Karl Swedbergwww.englishrules.comwww.learningjquery.com

  On Jul 8, 2009, at 4:46 PM, Randy wrote:

  When sticky: true and mouseOutClose: true are set the cluetip  
  doesn't
  always close when you mouse out.

  Look at the example on the JQUERY DEMO PAGE:
 http://plugins.learningjquery.com/cluetip/demo/

  Look at jTip Theme,
  1.    jTip Style clueTip, with slideDown effect and an image  
  placed in
  the title for closing it, because it's sticky.
  New: The clueTip will close if you mouse out of it.

  The only way I can get the cluetip to close is moving the mouse on  
  top
  of the cluetip.

  Anyone else have this issue and how to resolve it?


[jQuery] Re: cluetip onMouseOut Stick problem

2009-07-16 Thread Karl Swedberg
yes, that's because the cluetip is sticky. The mouseOutClose option  
works for mousing out of the cluetip, so you basically have two  
choices there -- click the close link or mouse out of the cluetip.  
There isn't currently an option for hiding the cluetip when you mouse  
out of the link without mousing over the cluetip but keeping it open  
if you move your mouse from the link to the cluetip. I guess it would  
have to be on a timeout since there is always a gap between the two.  
You might be able to write your own custom function using $ 
(document).trigger('hideCluetip')

--Karl


Karl Swedberg
www.englishrules.com
www.learningjquery.com




On Jul 16, 2009, at 11:16 AM, Randy wrote:


 Try hovering over the link and then move the mouse to the left
 (without going over the actual cluetip).  The cluetip stays active.

 On Jul 10, 7:43 pm, Karl Swedberg k...@englishrules.com wrote:
 you're moving over and then to the right of the tooltip? strange.  
 it's
 working fine for me. which browser are you using? I just tested again
 in FF3.5 and Safari 4, both Mac.

 --Karl

 
 Karl Swedbergwww.englishrules.comwww.learningjquery.com

 On Jul 10, 2009, at 5:24 PM, Randy wrote:



 Looking at your demo, jTip Style clueTip, if you move over then and
 then move the mouse to the right, it still doesn't close the cluetip

 On Jul 9, 10:54 am, Karl Swedberg k...@englishrules.com wrote:
 Hi Randy,

 If I understand your problem correctly, I fixed this last week. The
 updated version can be found on Github:

 http://github.com/kswedberg/jquery-cluetip/tree/master

 I also just now updated the demo.

 --Karl

 
 Karl Swedbergwww.englishrules.comwww.learningjquery.com

 On Jul 8, 2009, at 4:46 PM, Randy wrote:

 When sticky: true and mouseOutClose: true are set the cluetip
 doesn't
 always close when you mouse out.

 Look at the example on the JQUERY DEMO PAGE:
 http://plugins.learningjquery.com/cluetip/demo/

 Look at jTip Theme,
 1.jTip Style clueTip, with slideDown effect and an image
 placed in
 the title for closing it, because it's sticky.
 New: The clueTip will close if you mouse out of it.

 The only way I can get the cluetip to close is moving the mouse on
 top
 of the cluetip.

 Anyone else have this issue and how to resolve it?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
jQuery (English) group.
To post to this group, send email to jquery-en@googlegroups.com
To unsubscribe from this group, send email to 
jquery-en+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-en?hl=en
-~--~~~~--~~--~--~---



[jQuery] Re: cluetip onMouseOut Stick problem

2009-07-10 Thread Randy

Looking at your demo, jTip Style clueTip, if you move over then and
then move the mouse to the right, it still doesn't close the cluetip

On Jul 9, 10:54 am, Karl Swedberg k...@englishrules.com wrote:
 Hi Randy,

 If I understand your problem correctly, I fixed this last week. The  
 updated version can be found on Github:

 http://github.com/kswedberg/jquery-cluetip/tree/master

 I also just now updated the demo.

 --Karl

 
 Karl Swedbergwww.englishrules.comwww.learningjquery.com

 On Jul 8, 2009, at 4:46 PM, Randy wrote:



  When sticky: true and mouseOutClose: true are set the cluetip doesn't
  always close when you mouse out.

  Look at the example on the JQUERY DEMO PAGE:
 http://plugins.learningjquery.com/cluetip/demo/

  Look at jTip Theme,
  1.    jTip Style clueTip, with slideDown effect and an image placed in
  the title for closing it, because it's sticky.
  New: The clueTip will close if you mouse out of it.

  The only way I can get the cluetip to close is moving the mouse on top
  of the cluetip.

  Anyone else have this issue and how to resolve it?


[jQuery] Re: cluetip onMouseOut Stick problem

2009-07-10 Thread Karl Swedberg
you're moving over and then to the right of the tooltip? strange. it's  
working fine for me. which browser are you using? I just tested again  
in FF3.5 and Safari 4, both Mac.


--Karl


Karl Swedberg
www.englishrules.com
www.learningjquery.com




On Jul 10, 2009, at 5:24 PM, Randy wrote:



Looking at your demo, jTip Style clueTip, if you move over then and
then move the mouse to the right, it still doesn't close the cluetip

On Jul 9, 10:54 am, Karl Swedberg k...@englishrules.com wrote:

Hi Randy,

If I understand your problem correctly, I fixed this last week. The
updated version can be found on Github:

http://github.com/kswedberg/jquery-cluetip/tree/master

I also just now updated the demo.

--Karl


Karl Swedbergwww.englishrules.comwww.learningjquery.com

On Jul 8, 2009, at 4:46 PM, Randy wrote:



When sticky: true and mouseOutClose: true are set the cluetip  
doesn't

always close when you mouse out.



Look at the example on the JQUERY DEMO PAGE:
http://plugins.learningjquery.com/cluetip/demo/



Look at jTip Theme,
1.jTip Style clueTip, with slideDown effect and an image  
placed in

the title for closing it, because it's sticky.
New: The clueTip will close if you mouse out of it.


The only way I can get the cluetip to close is moving the mouse on  
top

of the cluetip.



Anyone else have this issue and how to resolve it?




[jQuery] Re: cluetip onMouseOut Stick problem

2009-07-09 Thread Karl Swedberg

Hi Randy,

If I understand your problem correctly, I fixed this last week. The  
updated version can be found on Github:


http://github.com/kswedberg/jquery-cluetip/tree/master

I also just now updated the demo.

--Karl


Karl Swedberg
www.englishrules.com
www.learningjquery.com




On Jul 8, 2009, at 4:46 PM, Randy wrote:



When sticky: true and mouseOutClose: true are set the cluetip doesn't
always close when you mouse out.

Look at the example on the JQUERY DEMO PAGE:
http://plugins.learningjquery.com/cluetip/demo/

Look at jTip Theme,
1.jTip Style clueTip, with slideDown effect and an image placed in
the title for closing it, because it's sticky.
New: The clueTip will close if you mouse out of it.

The only way I can get the cluetip to close is moving the mouse on top
of the cluetip.

Anyone else have this issue and how to resolve it?