Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

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

Firefox 4 displays closing CDATA tag ]]> on the screen for object tag

  • 1 réponse
  • 6 ont ce problème
  • 5 vues
  • Dernière réponse par cor-el

more options

With the recent Firefox 4 version. I am facing following problems with the website I am developing:

1. For svg objects inside html page with Firefox 4 it now displays closing CDATA tag on the screen.

It only displays ]]> on the screen.

I have object specified using

<object class="svgobj batteryGraphObj" type="image/svg+xml"> 
      <![CDATA[
        <?xml version="1.0" encoding="UTF-8"?>
 ]]>......
      </object>

2. When the svg is added using div tags it doesn't display on the screen if the width is more than browser width. It was working on Firefox 3.6 but have stopped working with 4. We had a overflow specified with scrolling effect on the screen if user wants to view next section.

With the recent Firefox 4 version. I am facing following problems with the website I am developing: 1. For svg objects inside html page with Firefox 4 it now displays closing CDATA tag on the screen. It only displays ]]> on the screen. I have object specified using <pre><nowiki><object class="svgobj batteryGraphObj" type="image/svg+xml"> <![CDATA[ <?xml version="1.0" encoding="UTF-8"?> ]]>...... </object></nowiki></pre> 2. When the svg is added using div tags it doesn't display on the screen if the width is more than browser width. It was working on Firefox 3.6 but have stopped working with 4. We had a overflow specified with scrolling effect on the screen if user wants to view next section.

Modifié le par cor-el

Toutes les réponses (1)

more options

A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the mozillaZine forum site in order to post at that forum.

See http://forums.mozillazine.org/viewforum.php?f=25