Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Google Chrome Error: Uncaught TypeError
4th December, 01:47 (This post was last modified: 4th December 01:48 by nrml.)
Post: #1
Google Chrome Error: Uncaught TypeError
The tooltip works fine, it opens, the error doesn't start until I want to close it with 'unfocus' (code for tooltip below). In fact everything to the user seems to be working, it's just that this error gets thrown (show below, it continues to throw the error every time I click afterwards). Any ideas?

JS Code
Uncaught TypeError: Cannot read property 'interfaces' of undefined
a.fn.qtipchrome-extension://oangcciaeihlfmhppegpdceadpfaoclj/js/javascript.js:981
a.fn.qtip.interfaceschrome-extension://oangcciaeihlfmhppegpdceadpfaoclj/js/javascript.js:988
l.extend.eachchrome-extension://oangcciaeihlfmhppegpdceadpfaoclj/js/javascript.js:15
l.fn.l.eachchrome-extension://oangcciaeihlfmhppegpdceadpfaoclj/js/javascript.js:8
a.fn.qtip.interfaceschrome-extension://oangcciaeihlfmhppegpdceadpfaoclj/js/javascript.js:988
l.event.handlechrome-extension://oangcciaeihlfmhppegpdceadpfaoclj/js/javascript.js:39
l.event.add.L


It happens only for this particular tooltip:
JS Code
$('.ButtonDeal').each(function(){
		$(this).qtip({
			content: $(this).next('.ButtonDealHtml'),
			position: {
				adjust: { screen: true },
				corner: {
					target: 'topMiddle',
					tooltip: 'bottomMiddle'
				}
			},
			style: {
				'font-size': '12px',
				tip: 'bottomMiddle',
				name: 'dark'
			},
			show: { solo: true },
			hide: { when: { event: 'unfocus' } }
		})
	});
Find all posts by this user
Quote this message in a reply
6th December, 03:32
Post: #2
RE: Google Chrome Error: Uncaught TypeError
nrml, checkout this post: http://craigsworks.com/projects/forums/t...1-0-rev-54

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
  Google Calendar like bubble for Jquery FullCalendar tdmohr 13 12,947 18th October 07:22
Last Post: jokepondy
  [Solved] error when subscribing mplungjan 1 428 27th September 15:18
Last Post: Craig
  qtip thows script error 'parent is null' prasanthreddyp 1 555 12th September 17:16
Last Post: Craig
  [Solved] error: missing}after property list captamirul@yahoo.com 8 1,311 10th September 15:22
Last Post: Craig
  [Solved] Wierd error: "v is undefined" aquinn 6 2,230 3rd June 09:01
Last Post: Craig
  '$' is undefined error with Internet Explorer Premraj 3 1,811 31st March 06:40
Last Post: Craig
  [Solved] Works in IE7 initially, but then throws error tingiri 1 661 1st March 15:18
Last Post: Craig
  [Solved] "No such interface supported" error when using dynamic content url elitz 3 1,742 19th February 16:07
Last Post: Craig
  Scrolling malfunction with Safari / Chrome Tiago 13 2,467 11th January 09:57
Last Post: Craig
  [Solved] Click-to-activate tooltip -- error with IE6 todsa 9 1,618 6th January 03:19
Last Post: Craig



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