--- In [email protected], "chmavrog" <[EMAIL PROTECTED]> wrote: > > is something wrong with getBBOX in FF? > the following code > var tmpWdth=parseInt(this.nameElement.getBBox().width)+10; > produces the following message > > Error: [Exception... "Component returned failure code: 0x80004005 > (NS_ERROR_FAILURE) [nsIDOMSVGLocatable.getBBox]" > nsresult: "0x80004005 (NS_ERROR_FAILURE)"
Calling getBBox during in the onload handler unfortunately does not work with Firefox, see <https://bugzilla.mozilla.org/show_bug.cgi?id=293581>. Then there is another known bug: <https://bugzilla.mozilla.org/show_bug.cgi?id=312866>. Not sure whether your problem is covered by those bugs. ------------------------ Yahoo! Groups Sponsor --------------------~--> Yahoo! Groups gets a make over. See the new email design. http://us.click.yahoo.com/XISQkA/lOaOAA/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/

