Hi, Richard-

I think that you misdiagnosed the problem you were having. The element was
being found, but Opera was not delivering the string you expected when you
used getAttribute to acquire its points.

Opera9 has a bug (which I've reported to their bugtracker and talked about
with their developer), in which it returns the internal representation, not
the DOM string, of the attribute value for "points" (polyline and polygon)
and "d" (for path). Once I corrected for that in your code, it worked fine
in FF1.5, ASV3, and O9. 

This bug will almost certainly be fixed before the final release.

I'll email you the corrected version of your code offlist, but the basic
idea is to inspect the string you receive and compensate for it, in terms of
what the delimiters are.

Regards-
Doug

[EMAIL PROTECTED]
www.vectoreal.com ...for scalable solutions.


Richard Gnyla wrote:
| 
| Martin
| 
| Hi, I think I have already posted this problem but not sure 
| whether its 
| me or Opera but in the debug of Opera it did say something 
| like that the 
| value was Null?
| 
| http://www.eventex.co.uk/compatible/index.aspx
| 
| The top functions work for zoom plus/ minus pan and extents so it is 
| finding the document there but if you click on pink, green, orange it 
| says value is null and does not work?
| 
| It seems that the main SVG is found
| 
| id="SVGTest"
| 
| but the elements that are not found are 
| <polygon id="standID0001" fill="#FFCCCC" stroke="#0.....
| 
| It works in firefox and IE and firefox on mac, I have had a 
| few people look at the javascript
| and they all say "yeh well Opera is at fault....why bother" I 
| dont think it is but why does Opera
| only see the main SVG doc and not anything else below?
| 
| The javascript is included in the aspx page
| 
| 
| Its just really pi**ing me off cos I want to make it work in 
| all the Native SVG browsers
| 
| Richard



-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to