Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Blinking tooltips - also happens on craigsworks.com
17th July, 18:41
Post: #1
Blinking tooltips - also happens on craigsworks.com
Users are reporting blinking tooltips in my application... I never noticed this during development, but they're right, the tooltips blink about once every second. This also occurs in my offline HTML-only templates so it's definitely an issue.

I can't provide a link to the app, but I can provide a link here:
HTML Code
http://craigsworks.com/projects/qtip/docs/reference/#hide


if you hover words like "delay" and "fixed" in the "Name" column, these tooltips also blink. This is distracting because you're trying to read some Help text but the tooltip keeps disappearing.

Any suggestions? I am still using 1.x and my JS looks like this:

JS Code
$('a.qtip[title]').qtip({
		text: false,
		show: 'mouseover',
		// show: { when: { event: 'click' } },
		hide: 'mouseout',
		position: { corner: { target: 'topMiddle', tooltip: 'bottomLeft' }},
		style: { color: 'black',  padding: 10, background: '#ffd', tip: 'bottomLeft', border: { width: 5, radius: 5, color: '#fceab1' } }
	});


I know that 1.x is deprecated but I don't have time to upgrade the plugin and re-test, hopefully there is an easy solution.
Find all posts by this user
Quote this message in a reply
18th July, 11:40
Post: #2
RE: Blinking tooltips - also happens on craigsworks.com
Try setting hide.fixed to true:
JS Code
hide: {
	fixed: true
}

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
  [Solved] Pausing Vimeo on tooltips called with AJAX? daver_cl 4 366 14th March 20:39
Last Post: Craig
  [Solved] ColdFusion & Tooltips shimmoril 2 322 13th February 14:48
Last Post: shimmoril
  Tooltips not loading jQuery or other js files from parent document crodesign 2 465 13th January 22:19
Last Post: crodesign
  [Solved] Autohide tooltips after set time phuson 25 4,063 9th December 11:40
Last Post: stevenday
  [Solved] Is there an easier way to show/hide tooltips dynamically? gloosemo 1 665 17th October 15:58
Last Post: Craig
  Fixed Tooltips TheKramers 0 476 16th September 05:07
Last Post: TheKramers
  [Solved] Many tooltips on image map causing slow down purplespider 2 1,041 2nd September 15:15
Last Post: purplespider
  [Solved] old tooltips coming back jgrauer 4 563 26th June 17:55
Last Post: jgrauer
  Modal tooltips on modal tooltips Dukegatts 2 532 17th June 07:38
Last Post: Dukegatts
  [Solved] Multiple image maps, different tooltips glennp 1 1,497 21st April 16:32
Last Post: tafs7



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