paulscallanjr / google-ajax-examples

Automatically exported from code.google.com/p/google-ajax-examples
0 stars 0 forks source link

BUG: Incompatibility with Chrome #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Under the Language API, go to transliterate (or however it is called, sorry) 
and type the letters and words, as it says.
Nothing happens.
Control G does seem to help, also.

Also, under the Visualization API, go to Events and there to Select Event.
May be I am doing something wrong or missing something, but it only alerts 
me with the row number, or sorts the table by the clicked header cell.

Good work, all in all. :) Thank you.

Original issue reported on code.google.com by phistuck on 22 Jan 2009 at 6:52

GoogleCodeExporter commented 9 years ago
Looks like I didn't do the correct thing for the sample.  The transliteration 
API
doesn't work on all browsers, so you have to use a call to check if the browser 
is
compatible before using the API:
http://code.google.com/apis/ajaxlanguage/documentation/referenceTransliteration.
html#isBrowserCompatible

Try this link to see a modified version of the sample that does the check, and 
let me
know if Chrome says false.
http://savedbythegoog.appspot.com/?id=ag5zYXZlZGJ5dGhlZ29vZ3IQCxIJU2F2ZWRDb2RlGP
EXDA

I will update the demo to include this.

Original comment by lisba...@google.com on 22 Jan 2009 at 7:19

GoogleCodeExporter commented 9 years ago
Well, it is kind of a big issue, that it does not work on a browser by Google 
itself...

Original comment by phistuck on 22 Jan 2009 at 8:07

GoogleCodeExporter commented 9 years ago
The compatibility test returns false for Chrome.

Original comment by esa.ilm...@gmail.com on 23 Jan 2009 at 8:45

GoogleCodeExporter commented 9 years ago
I had the same issue with Select Events not selecting columns. Since you had 
two issues here, I also started a separate bug report. It's not just on Chrome, 
either. I can replicate on iOS Safari.

Original comment by TyrinG...@gmail.com on 13 Jul 2012 at 3:55