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

Very strange behavior (perhaps not a bug) #1723

Open
rickmcgeer opened this issue Feb 28, 2025 · 1 comment
Open

Very strange behavior (perhaps not a bug) #1723

rickmcgeer opened this issue Feb 28, 2025 · 1 comment
Labels
🐞 bug Something isn't working

Comments

@rickmcgeer
Copy link
Collaborator

Describe the bug
The Galyleo Top Bar has a text field, version, that I just added. The value of the text field is given by Version ${galyleoVersion} I'd originally set (in config.js) galyleoVersion=1.0, but, after the text field rendered as Version 1, I changed it to galyleoVersion='1.0'

But it still renders as "Version 1" in the Top Bar! (see the screenshot). When I evaluate the string in either the code browser or the JavaScript workspace, I get "Version 1.0" as expected. But when I inspect the morph, the text string for the morph is "Version 1"

$world.execCommand("open browser", {moduleName: "studio/top-bar.cp.js", packageName: "engageLively--galyleo-dashboard", codeEntity: "submorphs"});

To Reproduce
part(GalyleoTopBar).openInWorld().
Commit a2f55ac3e48ccaf9bf52fafbc631d852e0c9844d on https://github.com/engageLively/galyleo-dashboard/

Screenshots

Image

Setup
Please delete non-applicable items!

  • Windows
  • Linux

Version: Please paste the lively.next commit on which the problem occurred here (use the copy button of the Version Checker in the bottom left corner).

154aad1

@rickmcgeer rickmcgeer added the 🐞 bug Something isn't working label Feb 28, 2025
@rickmcgeer
Copy link
Collaborator Author

After I reloaded the issue disappeared, but other behavior became very strange. Presumably this was a caching issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant