ابحث في الدعم

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Bugs on Firefox 30 Engine

  • 1 (رد واحد)
  • 2 have this problem
  • 7 views
  • آخر ردّ كتبه the-edmeister

more options

Hi all,

I am making web site. And my web site have using Google Translate.

I build the coding that from below Google Official Tools. http://translate.google.com/translate_tools

<script type="text/javascript">

function googleTranslateElementInit() {

 new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.SIMPLE, autoDisplay: false}, 'google_translate_element');

} </script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>


And on firefox 28, it working no problems, but once now I am upgrade to Firefox 30, it stop working, IE, and Chrome still working...

What is wrong on Firefox 30? I am real love Firefox, since I am using it from 0.9 back on Year 2004 to now. But Firefox 30 is the more bugs one I had using ...

Hi all, I am making web site. And my web site have using Google Translate. I build the coding that from below Google Official Tools. http://translate.google.com/translate_tools <div id="google_translate_element"></div><script type="text/javascript"> function googleTranslateElementInit() { new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.SIMPLE, autoDisplay: false}, 'google_translate_element'); } </script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script> And on firefox 28, it working no problems, but once now I am upgrade to Firefox 30, it stop working, IE, and Chrome still working... What is wrong on Firefox 30? I am real love Firefox, since I am using it from 0.9 back on Year 2004 to now. But Firefox 30 is the more bugs one I had using ...

All Replies (1)

more options

Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox.
http://forums.mozillazine.org/viewforum.php?f=25
You'll need to register and login to be able to post in that forum.