Many thanks, Phil! We'll merge these in asap. I feel good about
Opera being one of our supporters (or is it vice-versa? ;-).
> 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.
I'll check these out. Grid layout is a work in progress, and the
kaleidoscope is an acid test (I couldn't believe when it "just worked"
in Canvas mode).
Thanks again
- Dan