Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

I have a ruby on rails app the loses icons when running on firefox 32 or later. These are standard rails image_tags using png icons.

  • 1 réponse
  • 1 a ce problème
  • 1 vue
  • Dernière réponse par rapia68

more options

I have a ruby on rails app that works fine on every browser except firefox after version 32. The app uses image_tag with png icons. When the page loads the icons may or may not display if I reload the page the icons may or may not appear. I have fallen back to ff 31 and the app works fine. 32 on it fails.

I have a ruby on rails app that works fine on every browser except firefox after version 32. The app uses image_tag with png icons. When the page loads the icons may or may not display if I reload the page the icons may or may not appear. I have fallen back to ff 31 and the app works fine. 32 on it fails.

Toutes les réponses (1)

more options

What else is strange, is that if you just resize the browser window (not refresh) the icons come back. I fell back ff to version 31 and the problem goes away.

Is there some configuration setting in version 33 that I need to make. The application works fine in all other browsers.