Skip to content

Fixed lack of category identifiers #1502

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

Merged
merged 1 commit into from
Jun 5, 2018

Conversation

ZenithRogue
Copy link
Contributor

@ZenithRogue ZenithRogue commented May 7, 2018

When I was changing CSS via a userscript, I noticed that a few blocks were not being affected. Looking at the code I noticed that those specific blocks did not have the "category": Blockly.Categories.sound, property. This simple change should fix the problem. (There is one more block with this issue, and that is the "When backdrop switches to" block. However, looking at it, it appears that this block does have a category definition, making that cause unknown)

Resolves #1509

When I was changing CSS via a userscript, I noticed that a few blocks were not being affected.  Looking at the code I noticed that those specific blocks did not have the `"category": Blockly.Categories.sound,` property.  This simple change should fix the problem.  (There is one more block with this issue, and that is the "When backdrop switches to" block.  I will also fix that in a hotsecond)
@ZenithRogue
Copy link
Contributor Author

Any reason this can't be merged?

@Kenny2github
Copy link
Contributor

The ST just haven't gotten around to looking at this pull. Please note, however, that you should (actually, must, but you've already opened it) open an issue for problems like this before sending in pulls - and the issue must be labelled "help wanted" before the ST will accept outside pulls for it.

Copy link
Contributor

@thisandagain thisandagain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Thanks.

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

Successfully merging this pull request may close these issues.

Some sound blocks do not have a category label
3 participants