-
Notifications
You must be signed in to change notification settings - Fork 937
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
Search not working on Master Branch #3833
Comments
Hello @walterbender @pikurasa I think this behaviour after #3782 pls check once. |
Just did some testing. Seems it is both due to changing the jquery version and adding the "try/except" glue around doSearch. Reverting both the jquery version and removing the glue fixes the problem. But not yet sure what the root cause is. |
yes the acutual problem arises from there but as this is big changes unable to figure out where should be actual problem |
So I found a few interesting things that might help with this issue.
in index.html even if we change the doSearch() function to a random function name the search functionality works correctly.
However, if I remove this block I do face the issue where the search functionality doesn't work. Attaching the screenshot of this issue on musicblocks.sugarlabs.org |
As discussed in sugarlabs#3833 the doSearch function doesn't seem necessary and is not contributing sugarlabs#3833 (comment) Removing this doesn't change the functionality of the code.
* Remove unwanted doSearch function As discussed in #3833 the doSearch function doesn't seem necessary and is not contributing #3833 (comment) Removing this doesn't change the functionality of the code. * Undefined checks in js
Description
I noticed this a few weeks ago. The search on the master branch is no longer working.
It still works on the version on https://musicblocks.sugarlabs.org/
Expected Behavior
Search should work.
Screenshots
Various tests on the master branch and https://sugarlabs.github.io/musicblocks/
How to Reproduce
7f231ce01 fix(background): bacground of loader (#3832)
) or go to https://sugarlabs.github.io/musicblocks/Console log Errors:
I do not see anything in the logs.
Environment:
Tested on Chromium on a Debian distro.
The text was updated successfully, but these errors were encountered: