[General] Opera Debugging Summary

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[General] Opera Debugging Summary

Philip Weaver
This gets most of the examples up and running in Opera.

find and replace: document.baseURI to document.documentURI
in lively.scene.Polygon.setVertices, change
setAttributeNS(null, "points"
setAttribute("points";
in defaultconfig, change (because throws SVGException
SVG_MATRIX_NOT_INVERTABLE)
showEngine: function() { return false},
Also helpful to use opera.postError somewhere in Core.js:log() - but I did
it as sort of a hack. These aren't total solutions - just the factors so
far.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://livelykernel.sunlabs.com/pipermail/general/attachments/20090506/21cd8673/attachment-0001.html 


Reply | Threaded
Open this post in threaded view
|

[General] Opera Debugging Summary

Philip Weaver
Update. Missed listing one step I mentioned previously. So here are the
steps again.
*index.xhtml*
<body style="margin:0px;height:700px;">
<svg id="canvas" width="100%" height="100%"

everywhere
find and replace
document.baseURI to document.documentURI

lively.scene.Polygon.setVertices
change
setAttributeNS(null, "points"
to
setAttribute("points";

defaultconfig.js, change (because throws SVGException
SVG_MATRIX_NOT_INVERTABLE)
showEngine: function() { return false},
Also helpful to use opera.postError somewhere in Core.js:log() - but I did
it as sort of a hack. These aren't total solutions - just the factors so
far.

Some things I noticed. Piano keyboard does not open. Kaleidoscope may not be
working fully. Keyboard arrows not working in CanvasScape. Grid lyaout demo
is bunched together.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://livelykernel.sunlabs.com/pipermail/general/attachments/20090506/e805e285/attachment.html 


Reply | Threaded
Open this post in threaded view
|

[General] Opera Debugging Summary

Robert Krahn
Hi, Phil -

Thank you for figuring this out. I added your changes to the code base.

Robert


On May 6, 2009,@4:08 PM, Philip Weaver wrote:

> Update. Missed listing one step I mentioned previously. So here are  
> the steps again.
>
> index.xhtml
> <body style="margin:0px;height:700px;">
> <svg id="canvas" width="100%" height="100%"
>
> everywhere
> find and replace
> document.baseURI to document.documentURI
>
> lively.scene.Polygon.setVertices
> change
> setAttributeNS(null, "points"
> to
> setAttribute("points";
>
> defaultconfig.js, change (because throws SVGException  
> SVG_MATRIX_NOT_INVERTABLE)
> showEngine: function() { return false},
>
> Also helpful to use opera.postError somewhere in Core.js:log() - but  
> I did it as sort of a hack. These aren't total solutions - just the  
> factors so far.
>
> Some things I noticed. Piano keyboard does not open. Kaleidoscope  
> may not be working fully. Keyboard arrows not working in  
> CanvasScape. Grid lyaout demo is bunched together.
> _______________________________________________
> General mailing list
> [hidden email]
> http://livelykernel.sunlabs.com/mailman/listinfo/general

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://livelykernel.sunlabs.com/pipermail/general/attachments/20090509/ac93bf0e/attachment.html