Closed Bug 355725 Opened 18 years ago Closed 17 years ago

SVG file display not complete, impossible to use the associated functions

Categories

(Core :: SVG, defect)

1.8 Branch
x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: aaa.vergnes, Unassigned)

References

()

Details

Attachments

(1 file)

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.0; fr; rv:1.8.1b2) Gecko/20060821 Firefox/2.0b2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; fr; rv:1.8.1b2) Gecko/20060821 Firefox/2.0b2

It seems that the some SVG files are not supported. The download seems to be incomplete and associated functions provided by the web site are impossible
to use.

The web page seems to report a "never ending SVG download". If we clock
on some zoom out features, the font increases but you can't go back to
a normal display on the current tab. The only to back is to close
the tab.
There is no way to get the city name on the map by moving the mouse on this map.
IE behaves correctly.

Reproducible: Always

Steps to Reproduce:
This is a french site but very simple to reproduce:

1. go to "www.airmaraix.com"
2. move mouse on third tab from the left, the one called "qualite de l'air"
3. a popup menu appears, then click on "l'air par commune", the 6th choice !
4. Then you can wait for a while ..., on the left it says "please wait, loading in progress"
5. Move mouse on the map, no city appears as long as you move the mouse



Actual Results:  
Except incomplete download of the map, you cannot use it as specified by the site
Move mouse on the map, no city appears as long as you move the mouse.
on the left it says "please wait, loading in progress"
 

Expected Results:  

Same as IE,
What firefox must display
Assignee: nobody → general
Component: File Handling → SVG
Product: Firefox → Core
QA Contact: file.handling → ian
Version: unspecified → 1.8 Branch
This site has a large number of errors and Adobe SVG viewer specific code.

It uses:
getSVGViewerVersion; a non-standard Adobe function.
createElement rather than createElementNS
setProperty with 2 arguments rather than 3
Adobe specific get methods such as getParentNode() rather than using parentNode

And various other things.

The javascript in the site can be corrected should the site author wish to do so and the site will then work.


Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
I forwarded Robert's comment to the authors of this site and they agreed.
They are currently in the way of correcting it for a new version.

(In reply to comment #2)
> This site has a large number of errors and Adobe SVG viewer specific code.
> 
> It uses:
> getSVGViewerVersion; a non-standard Adobe function.
> createElement rather than createElementNS
> setProperty with 2 arguments rather than 3
> Adobe specific get methods such as getParentNode() rather than using parentNode
> 
> And various other things.
> 
> The javascript in the site can be corrected should the site author wish to do
> so and the site will then work.
> 

You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: