Addon info is severely broken on Snap! v12 #58
Labels
No labels
bug
discussion
documentation
duplicate
enhancement
good first issue
help wanted
invalid
Jameson
joke
options window
question
Split!
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set
Reference
sparkle-devs/sparkle-old-migration#58
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Whenever you try to open an addon's information in Sparkle on Snap! v12, the entire site freezes and the console shows
Uncaught TypeError: world.add is not a functionfollowed by hundreds of identicalUncaught TypeError: Cannot read properties of null (reading 'keyboardFocus')messages, as well as a sprinkling ofUncaught RangeError: Maximum call stack size exceeded. (Pictured below is the state of the site when it freezes.)@Alessandrito123 I believe that this is related to Morphic because the files where these errors are coming from are
morphic.jsandwidgets.js. Would you please see if you can get this fixed?Nevermind, it was a bug caused by a faulty change that I had made to my local copy of Sparkle.
What was the change?
It was an early version of #60 where I accidentally used a comma in place of a plus sign, causing the bizarre symptoms described in the issue's description.