guptahanu / google-ajax-apis

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

keyboard AJAX API conflicts with Facebook recommendation code. #442

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a form with a google keyboard on it. It works.
2. Now, add a facebook recommentation iframe:

<iframe
src="http://www.facebook.com/plugins/recommendations.php?site=http://www.homethe
ater.co.il&amp;width=138&amp;height=250&amp;header=false&amp;colorscheme=light&a
mp;font=tahoma&amp;border_color=%23ffffff"
scrolling="no" frameborder="0" allowTransparency="true" style="border:none;
overflow:hidden; width:138px; height:250px"></iframe>

keyboard stops working properly (looks like the same javascript variables
are used - shame on you guys for using "k" and "i" as variables - the first
thing I learned 20 years ago when I started programming is to always use
meaningful names...

It breaks differently on different browsers. FF and Chrome don't show the
keyboard at all. IE shows it even when I set it to invisible.

Original issue reported on code.google.com by oferl...@gmail.com on 29 Apr 2010 at 8:35