[General] Opera Debugging Summary
Robert Krahn
robert.krahn at student.hpi.uni-potsdam.de
Sat May 9 02:55:46 CEST 2009
Hi, Phil -
Thank you for figuring this out. I added your changes to the code base.
Robert
On May 6, 2009, at 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
> General at livelykernel.sunlabs.com
> 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
More information about the lively-kernel
mailing list