Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem only in Chrome
6th August, 12:22
Post: #1
Problem only in Chrome
Hi,

I have a problem with qtip only in Chrome browser. In any other modern browser qtip works fine.

You can see this effect online - http://diglossa.org. If you click on some ancient-greek word on the left panel where finger-pointer exists, you will get a morfological tip and translations of this word.

But in Chrome I get only "Analyzing..." and no result.

Any ideas, please?

M.
Find all posts by this user
Quote this message in a reply
9th August, 16:23
Post: #2
Problem only in Chrome
Hey Michael, just tested in Chrome and IE8 and both show problems. Chrome pointed out that your using an improper MIME-Type for the retrieved text. Check that out first and then get back to us if you still have problems.

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
13th August, 13:32
Post: #3
Problem only in Chrome
Craig, thank you !

I fixed the problem. Now qtip works perfectly. The problem was in improper Mime-type, you are right.

Michael
Find all posts by this user
Quote this message in a reply
13th August, 21:43
Post: #4
Problem only in Chrome
I have the same problem as you Michael, it seems to be a problem of MIME type too.
The error console of Chrome says:


style.css
Resource interpreted as stylesheet but transferred with MIME type text/plain.
jquery-ui-1.7.2.custom.cssResource interpreted as stylesheet but transferred with MIME type text/plain.

XHR finished loading: "http://192.168.0.42/iedm/includes/ajax/f...php?507836".
findingOutliers.ajax.php
Resource interpreted as other but transferred with MIME type text/html.

updateMap.ajax.php
Resource interpreted as other but transferred with MIME type text/html.
XHR finished loading: "http://192.168.0.42/iedm/includes/ajax/u...orm=target".

How have you solved this issue Michael?

I hope you can help me.
Find all posts by this user
Quote this message in a reply
15th August, 13:34
Post: #5
Problem only in Chrome
Any idea?
Find all posts by this user
Quote this message in a reply
15th August, 14:31
Post: #6
Problem only in Chrome
yolsgens, try setting an explicit MIME-Type in the script that serves your content. In PHP you can use this:

JS Code
header("Content-Type: text/css");

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
20th August, 15:22
Post: #7
Problem only in Chrome
craig Wrote:yolsgens, try setting an explicit MIME-Type in the script that serves your content. In PHP you can use this:

JS Code
header("Content-Type: text/css");

I tried, but nothing changed in the error console of Chrome, this browser seems to have a bug to handle MIME type (a simple search in google "chrome mime" confirms what I say).

However, I solved my problem, it came from timing issues in JavaScript and Ajax. No problem with the tooltips. The strange thing is that the problem only occured in Chrome, probably because this browser executed my code faster than the others...
Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Hiding tooltip problem sohailanwarpk 2 400 31st January 12:13
Last Post: sohailanwarpk
  [Solved] Starter problem enne87 1 627 12th July 17:29
Last Post: Craig
  [Solved] z-index problem RickardL 3 1,382 31st March 19:48
Last Post: kiddailey
  Simpel problem with qtip SnowJim 4 1,042 22nd February 20:08
Last Post: SnowJim
  Viewport problem dynamicmindset 8 1,413 18th February 02:12
Last Post: Craig
  Scrolling malfunction with Safari / Chrome Tiago 13 2,475 11th January 09:57
Last Post: Craig
  [Solved] qtip off in firefox and google chrome mickey 9 2,507 29th December 17:51
Last Post: Craig
  [Solved] Newbie problem :( todsa 4 1,070 24th December 01:03
Last Post: todsa
  Google Chrome Error: Uncaught TypeError nrml 1 1,867 6th December 03:32
Last Post: Craig
  [Solved] Dynamic content not working in Chrome ben_allison 1 1,482 29th October 21:23
Last Post: ben_allison



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