-
Notifications
You must be signed in to change notification settings - Fork 618
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
Toolbox search doesn't work with XML toolboxes due to case sensitivity #1925
Comments
Will you explain the issue in more detail actually I am contributing first time so I need to know your problem in more detail @BeksOmega |
Hello! Thanks for your question :D It looks like you need to retry the reproduction steps. If they were done correctly, your toolbox should have a "Control" category, a "Logic" category and the Search category. To further clarify: the case-sensitivity is a problem with what you search, but it is a problem with how the toolbox is defined. If you have I hope that helps! If you have any further questions please reply :D Thank you for taking an interest in this issue! |
Oh actually @thebedigupta It looks like @prasium has grabbed this issue in #1930 @thebedigupta If you'd still like to work on an issue let me know and I can recommend one! @prasium in the future please comment on an issue if you're working on it so we don't get conflicts! We really appreciate you working on this, but don't want other folks to duplicate work =) |
Okay sure @BeksOmega :D |
Yeah sure I would love to know if you have any begginer friendly issue assign me one @BeksOmega |
Hiya @thebedigupta would you be interested in #1861 ? If so, comment on that issue and I'll get it assigned to you! Otherwise, reply here and I'll look for something else =) |
yeah I would love to work on that thank you @BeksOmega |
Category
Component
toolbox-search
Describe the bug
The toolbox search plugin doesn't work if the 'kind' is upper case (which occurs when using XML toolboxes).
To Reproduce
Steps to reproduce the behavior:
DOMContentLoaded
listener with the below code:npm run start
from the toolbox-search directory to open the playground.Expected behavior
Blocks should appear.
To Fix
getAvailableBlocks
to be case insensitive. You probably want to use toUpperCase.The text was updated successfully, but these errors were encountered: