Re: [jQuery] Tooltip plugin update

2006-12-02 Thread Jörn Zaefferer
Karl Swedberg schrieb: When I was updating the jTip plugin, I ran into the same problem that Brice mentions below with the scrollbar flicker (in FF only.) http://test.learningjquery.com/jtiptest.htm I never did get around to exploring the issue any further, but if I find some time and

Re: [jQuery] Tooltip plugin update

2006-12-02 Thread Brice Burgess
Jörn Zaefferer wrote: Karl Swedberg schrieb: When I was updating the jTip plugin, I ran into the same problem that Brice mentions below with the scrollbar flicker (in FF only.) http://test.learningjquery.com/jtiptest.htm I never did get around to exploring the issue any further, but if

Re: [jQuery] Tooltip plugin update

2006-12-02 Thread Karl Swedberg
On Dec 2, 2006, at 11:09 AM, Brice Burgess wrote: Did you try setting overflow on body (or parent element) to hidden -- then switching back to previous condition after calculations display? ~ Brice That's a great idea, Brice. Thanks for the tip! (pun intended.) I'll try it out as soon as

Re: [jQuery] Tooltip plugin update

2006-12-02 Thread Jörn Zaefferer
I tried to find a soltuin again, but it's pretty ugly: jQuery's hack to calulate the dimensions while the element is not visible doesn't help, because it has to at the right position to take the right dimension. But it doesn't even work with a fixed width, maybe there is still something

Re: [jQuery] Tooltip plugin update

2006-12-02 Thread Jörn Zaefferer
Did you try setting overflow on body (or parent element) to hidden -- then switching back to previous condition after calculations display? In addition to my previous message: Of couse this isn't so nice when there are already scrollbars. D'oh. -- Jörn Zaefferer http://bassistance.de

Re: [jQuery] Tooltip plugin update

2006-12-02 Thread Brice Burgess
Jörn Zaefferer wrote: Did you try setting overflow on body (or parent element) to hidden -- then switching back to previous condition after calculations display? In addition to my previous message: Of couse this isn't so nice when there are already scrollbars. D'oh. True :)

Re: [jQuery] Tooltip plugin update

2006-11-30 Thread jyl
] Behalf Of Jörn Zaefferer Sent: Wednesday, November 29, 2006 3:59 PM To: jQuery Discussion. Subject: [jQuery] Tooltip plugin update Hi folks, just wanted to let you know that I updated the tooltip plugin. A quite often requested feature, repositioning of the tooltip when at the right or bottom

Re: [jQuery] Tooltip plugin update

2006-11-30 Thread Jörn Zaefferer
Andy Matthews schrieb: Jorn... Would this be expected to break current installs? No, it shouldn't break anything. The positioning is changed a bit, but nothing else has changed. -- Jörn Zaefferer http://bassistance.de ___ jQuery mailing list

Re: [jQuery] Tooltip plugin update

2006-11-30 Thread Jörn Zaefferer
[EMAIL PROTECTED] schrieb: The tooltips at the bottom right are outside the viewing area for me on IE6. And I can't scroll down or left with the mouse because then the tooltip pops down, and the scrollbars go back to what they were before the tooltip popped up. Yeah, that should be the

Re: [jQuery] Tooltip plugin update

2006-11-30 Thread Karl Swedberg
On Nov 30, 2006, at 2:25 AM, Jörn Zaefferer wrote: I tried to update the position again after the tooltip is displayed (with delay), but that causes an annoying flicker. Anyone has any idea how to work around that? Jörn, When I was updating the jTip plugin, I ran into the same problem that

[jQuery] Tooltip plugin update

2006-11-29 Thread Jörn Zaefferer
Hi folks, just wanted to let you know that I updated the tooltip plugin. A quite often requested feature, repositioning of the tooltip when at the right or bottom or borders, is now included. Details, demo and documentation can be found here:

Re: [jQuery] Tooltip plugin update

2006-11-29 Thread Chris Domigan
Brilliant, thank you Jorn. I use this plugin extensively. Regards, Chris ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Tooltip plugin update

2006-11-29 Thread Matthew Delmarter
Looking really good Jörn... Regards, Matthew Delmarter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jörn Zaefferer Sent: Thursday, 30 November 2006 10:59 a.m. To: jQuery Discussion. Subject: [jQuery] Tooltip plugin update Hi folks

Re: [jQuery] Tooltip plugin update

2006-11-29 Thread Brice Burgess
Jörn Zaefferer wrote: Hi folks, just wanted to let you know that I updated the tooltip plugin. A quite often requested feature, repositioning of the tooltip when at the right or bottom or borders, is now included. Details, demo and documentation can be found here:

Re: [jQuery] Tooltip plugin update

2006-11-29 Thread Jörn Zaefferer
Jörn Zaefferer schrieb: Hi folks, just wanted to let you know that I updated the tooltip plugin. A quite often requested feature, repositioning of the tooltip when at the right or bottom or borders, is now included. Yet it doesn't work perfect yet. As you can see in the updated demo