Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

Bugs on Firefox 30 Engine

  • 1 odpowiedź
  • 2 osoby mają ten problem
  • 4 wyświetlenia
  • Ostatnia odpowiedź od 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 ...

Wszystkie odpowiedzi (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.