Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Solved] qTip slow to display, and hangs around after being destroyed
16th February, 08:57
Post: #1
[Solved] qTip slow to display, and hangs around after being destroyed
Hi,

I'm building a small application which uses qTip extensively to populate and change elements in a table.

However,
1. I'm experiencing a noticeable delay (when using firefox) to create and display the qTip.
2. I'm having trouble destroying the qTips when they're hidden by clicking out of the box
I tried adding the callback
JS Code
onHide: function() { $(this).qtip('destroy'); },

However, that only resulted in the following error
JS Code
$(this).data("qtip") is undefined
[Break On This Error] return $(this).data('qtip').interfaces;


I was hoping some kind soul have a look and see what I'm doing wrong in my deployed app.

I'm using qtip 1.0.0-rc3

The relevant javascript file is here
and the deployed app is located here
Find all posts by this user
Quote this message in a reply
16th February, 20:55
Post: #2
RE: qTip slow to display, and hangs around after being destroyed
See here: http://craigsworks.com/projects/forums/t...-undefined

Craig Thompson
Web Developer / Designer
Craigsworks
http://www.craigsworks.com
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Qtip "tip" won't display in IE9 cmiller 1 605 21st November 00:55
Last Post: Craig
  [Solved] Use external urls to display relevant data placebo33 4 1,091 8th September 16:16
Last Post: Craig
  [Solved] Many tooltips on image map causing slow down purplespider 2 1,056 2nd September 15:15
Last Post: purplespider
  [Solved] Tool tip action is unexpected on display ktilcu 8 963 27th August 14:47
Last Post: Craig
  [Solved] qtip to display on another in another php/html place holder davidkhan 9 1,343 27th August 14:45
Last Post: Craig
  [Solved] Qtip assigned to an element, element is destroyed and created again, qtip doesnt work lovesniper 2 1,140 25th August 18:29
Last Post: Craig
  [Solved] qTip input fields validation not working with display:none Maverick 6 1,414 25th July 16:44
Last Post: Maverick
  slow to load cman 2 554 22nd March 19:50
Last Post: cman
  Display tooltip from dynamic data file (XML) P3t3r 10 3,567 16th January 22:07
Last Post: sparky672
  Display qTip over a flash boboppie 1 1,340 15th December 14:46
Last Post: Craig



User(s) browsing this thread: 1 Guest(s)