Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Learn More

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

  • 1 odpověď
  • 6 má tento problém
  • 5 zobrazení
  • Poslední odpověď od 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.

Upravil uživatel cor-el dne

Všechny odpovědi (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