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

FIX #4074 , #2618 Fixed doSearch Race condition of improper loading, Fixed Minor another syntax error #4088

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Conversation

arth-1
Copy link
Contributor

@arth-1 arth-1 commented Nov 30, 2024

doSearch was being loaded in incorrect order, hence fixing that by making sure that it is preloaded correctly making sure that the rest of the program does not cause errors.

Also fixed a syntax error where this.blocks was being not defined leading to the software not working.

Changes Made-

Added logic to handle non-negative pickup values and support "faux pickups" like 1/3.
Ensured notationPickup is called after setting the pickup value.

Validated the pickup value before passing it to MeterActions.setPickup to prevent errors.

Added input validation for pickup values in flow, ensuring only valid values are processed.
1. made the updatePluginObj code shorter and combined categories making it easier to maintain in the long term, also ensured that the structure exists

2. minor improvements in mixedNumber function
@walterbender
Copy link
Member

How did you test this? MB doesn't load on Firefox with these changes.

@arth-1
Copy link
Contributor Author

arth-1 commented Dec 2, 2024

I opened the MB software on chrome and edge and all the functions including related to search were working fine and the console only showed errors and warnings unrelated to this PR, I just now tested in firefox also and for me the MB software is functioning in firefox also. Can you provide any kind of errors or warnings that you might be receiving on firefox? because I double checked and MB is working fine.

@walterbender
Copy link
Member

With your latest changes, I could get it to run on Firefox, but the search functionality itself is not working. Nothing in the log.

@arth-1
Copy link
Contributor Author

arth-1 commented Dec 8, 2024

Sorry for the delay, Yes i can see that the search functionality works only once and dosent work again and it sometimes works and sometimes does not i am trying to fix it but if i fix one issue a new one arises hence, i am looking into it

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

Successfully merging this pull request may close these issues.

2 participants