This seems to have been introduced in the recent transform refactoring 89f2f1a70c7395fd4673cecde61a3746d9884b0f
To reproduce:
import { morph } from "lively.morphic";
import { Color, pt } from "lively.graphics";
var m = morph({
clipMode: "auto", extent: pt(100,100),
fill: Color.red,
scroll: pt(10,10),
submorphs: [{
position: pt(20,20),
extent: pt(100,100),
fill: Color.green,
}]
}).openInWorld()
m.world().showHaloFor(m.submorphs[0])
There is actually a test that fails since the mentioned commit! $world.execCommand("open browser", {packageName: "lively.morphic", moduleName: "tests/rendering-tests.js", textPosition: {column: 0,row: 130}}); when run locally in non-nodejs environments
This seems to have been introduced in the recent transform refactoring 89f2f1a70c7395fd4673cecde61a3746d9884b0f
To reproduce:
There is actually a test that fails since the mentioned commit!
$world.execCommand("open browser", {packageName: "lively.morphic", moduleName: "tests/rendering-tests.js", textPosition: {column: 0,row: 130}});
when run locally in non-nodejs environments