Hi Charles, That's very gracious of them. I will file a bug report with a URL later today.
Thanks Guy Quoting Charles McCathieNevile <[EMAIL PROTECTED]>: > Guy, > > do you have a URI we can check, and did you file a Bug report at > http://bugs.opera.com/wizard ? > > I got our development team to say "If his code is valid, we'll make sure > that it works" (so long as you're not relying on SVG 1.2 features or > something). > > cheers > > Chaals > > On Tue, 09 May 2006 02:40:22 -0400, Guy Morton <[EMAIL PROTECTED]> wrote: > >> When I first open my URL in opera, opera dies - ie it just quits and >> closes, no error message. >> >> When I open it again, it doesn't die but it also doesn't show any of my >> app, and I can see the error console, from which I've gleaned the error >> I've reported. >> >> It may well be that ctmNode contains something it shouldn't, so I'll >> track it down through there. >> >> Thanks again >> >> Guy >> >> Andreas Neumann wrote: >>> Hi Guy, >>> >>> is it crashing or "not working"? If you still see the error messages, I >>> suppose it isn't >>> crashing? >>> >>> It looks like either the svgPoint or the matrix isn't properly defined? >>> Maybe check the input >>> parameters to mapApp.prototype.calcCoord(evt,ctmNode). Maybe either >>> "evt" or >>> "ctmNode" is an empty reference. If you just want to calculate the >>> transformations up to >>> the element where the event occured, it is enough to just pass over the >>> "evt" object, you >>> may omit "ctmNode" in this case or set it to "undefined". >>> >>> The function that you mention works fine in my Opera installation, so I >>> suspect there is >>> something wrong with your code. >>> >>> Does it work in other implementations? Firefox, Batik, ASV6? with no >>> error message? >>> >>> Hope this helps, >>> Andreas >>> >>> >>>> Opera crashes on my SVG app. I'm using the carto mapApp lib and it >>>> appears to take exception to this line >>>> >>>> svgPoint = svgPoint.matrixTransform(matrix.inverse()); >>>> >>>> It says "message: Statement on line 71: Could not convert undefined or >>>> null to object" > > > > -- > Charles McCathieNevile [EMAIL PROTECTED] > hablo español - je parle français - jeg lærer norsk > Peek into the kitchen: http://snapshot.opera.com/ > > > > ----- > 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 > > > > > > > > ------------------------ Yahoo! Groups Sponsor --------------------~--> Everything you need is one click away. Make Yahoo! your home page now. http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- 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/

