|
Show api function not working
|
|
27th May, 13:03
(This post was last modified: 27th May 13:26 by occulens.)
Post: #1
|
|||
|
|||
|
Show api function not working
Hi,
The details of this problem are detailed at: http://jsfiddle.net/ydRwX/1/ Synopsis: The "show" api function works correctly if the tooltip has already been shown via a mouseover. However, if the "show" function is called directly (before a mouseover), the tooltip will not show. Is this a bug? Thanks, Eric For the fun of it, I also tested this on the nightly builds of qtips2. There seems to be a related (but different) problem in qtips2. See the jsfiddle link: http://jsfiddle.net/xtjne/1/ |
|||
|
27th May, 17:10
Post: #2
|
|||
|
|||
|
RE: Show api function not working
My bad, fixed in the latest qTip2 nightly
It's a bug in qTip1.0, since all qTips aren't prerendered, so calling .show() won't render them. qTip2 handles this nicely though
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads... | |||||
| Thread: | Author | Replies: | Views: | Last Post | |
| qtip only working the first time | harjits | 0 | 12 |
18th May 14:23 Last Post: harjits |
|
| js only show | admeis | 1 | 274 |
6th February 18:00 Last Post: Craig |
|
| Dynamic contenct not working property in sortable | cleung | 5 | 733 |
8th December 18:45 Last Post: Craig |
|
| Youtube demo not working on ffox 6 & 7 | ivanmayes | 2 | 696 |
11th October 17:14 Last Post: ivanmayes |
|
| [Solved] How to call javascript function within Qtip? | When2Meets2 | 7 | 1,118 |
19th September 16:49 Last Post: Craig |
|
| [Solved] Why is this not working - Link nested in tooltip | needed | 1 | 543 |
12th September 17:10 Last Post: Craig |
|
| [Solved] Blanket Destroy not working | migdalskiy | 2 | 510 |
22nd August 22:44 Last Post: migdalskiy |
|
| Unfocus Not Working | biglesliep | 1 | 759 |
13th August 12:50 Last Post: Craig |
|
| Simple working example? | PeterY | 2 | 954 |
7th August 20:18 Last Post: kiddailey |
|
| very simple working example? | solitario | 3 | 2,634 |
7th August 20:16 Last Post: kiddailey |
|
User(s) browsing this thread: 1 Guest(s)

Search
Member List
Calendar
Help




It's a bug in qTip1.0, since all qTips aren't prerendered, so calling .show() won't render them. qTip2 handles this nicely though 