Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinite Loop in GalyleoBorderControl #159

Open
rickmcgeer opened this issue Feb 16, 2023 · 1 comment
Open

Infinite Loop in GalyleoBorderControl #159

rickmcgeer opened this issue Feb 16, 2023 · 1 comment
Assignees

Comments

@rickmcgeer
Copy link
Contributor

This is new with the current release of lively.next. The stack trace is:

Error in informMorph: RangeError: Maximum call stack size exceeded
    at LivelyWorld.LivelyWorld_onSubmorphChange_ (world.js:350:26)
    at Window.informMorph (changes.js:24:15)
    at ChangeManager.ChangeManager__record_ (changes.js:400:31)
    at ChangeManager.ChangeManager_addValueChange_ (changes.js:368:27)
    at Morph.Morph_addValueChange_ (morph.js:645:45)
    at Morph.Morph_setProperty_ (morph.js:416:27)
    at Morph.set [as extent] (morph.js:2729:26)
    at Morph.set [as height] (morph.js:2757:40)
    at TilingLayout.TilingLayout_updateContainerViaDom_ (layout.js:1002:36)
    at eval (layout.js:893:24)

I believe that the lively people have redone layouts, and this is a possible cause of the error.
Assigning to @merryman for discussion.

$world.execCommand("open browser", {moduleName: "studio/controls/border.cp.js", packageName: "galyleo-dashboard", codeEntity: "GalyleoBorderControl"});
@merryman
Copy link
Collaborator

This should be fixed with the most recent update on lively.next.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants