-
-
Notifications
You must be signed in to change notification settings - Fork 384
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
Release v2.45.0 broke the ability to add nutrients and other features are showing issues #10861
Comments
I updated this with more issues. :) |
I encountered this problem earlier today, when attempting a daily data-quality task. One thing I noticed in my Firefox developer console when taking a look for JavaScript errors: there was an error message about It seems That polyfill was disabled by default in I don't know if that error could cause the entirety of this failure to load the nutritional prompts, but it seems possible. The upgrade guide mentions a I'll try to investigate further soon. |
It also breaks folksonomy engine. |
According to the Jquery ui documentation a file name was changed. I think that's where the problem comes from. |
we investigated with @raphael0202, "Only the latest jQuery version within each major version of jQuery is supported. To make updates easier, we also run tests with a few other relatively recent versions, but we don't guarantee continued support for them in all jQuery UI releases in the 1.14.x line. Each jQuery UI version will document on which jQuery versions it was tested - both in the release blog post and in the changelog page at https://jqueryui.com/changelog/." But current version of jQuery is 2.1.X when it should be 2.2.4 A quick fix is to downgrade jquery-ui version |
Yes please. The lack of auto completion is very anoying for many contributors. You can try other solutions later, but the quick fix should be applied IMHO. |
From some investigation here:
|
Has anyone found a solution? :( |
The recent 2.46.0 release (#10858) did have some effect on this: the autosuggest selection prompt does now appear -- but there is still a problem trying to select a nutrient (I was trying this in Firefox). Clicking on the item from the autosuggestion list does not select the value, and the autosuggest menu stays open: issue-10861-post2.46.mp4(it's not clear from the video itself, but I attempt to click on the item while it is highlighted in blue multiple times) The following error appears in the JavaScript console:
|
I tested this locally and was able to replicate the same problem. Then I took a look at the source control history for Looking at the git logs, #10708 seemed relevant, so I tried reverting that, and it fixes the autosuggest problem when I test it locally: pr-10708-revert-testing.mp4I haven't yet confirmed that this repairs the Folksonomy engine functionality, but I will attempt to do that soon. (there are some CORS errors that appear in my dev instance that I'll need to resolve first, I think) I'll open a pull request with a revert for #10708 soon. |
Release 2.47.0 containing the anticipated fix #10924 has been deployed to production, but I'm still unable to select nutrient names after they appear in the drop-down list. So this issue does not appear to be resolved yet :/ Could we reopen the bugreport? |
I've just checked and it works for the NF drop-down menus and for Folksonomy as well! Thanks! 🥳 |
Yep, I can confirm that nutrient selection is working for me now too 👍 |
Release v2.45.0 broke some of the site's functionalities.
The ability to add nutrients, such as vitamins and minerals, is broken. The input field in the screenshot with the placeholder text "Add a nutrient" does not work properly anymore as of the latest release.
The checkbox with "Nutrition facts are not specified on the product" isn't behaving properly as it was anymore. When toggled, it no longer collapses (hides) its respective section in full as it did before, even after saving changes and returning to edit again.
The checkbox with "Nutrition facts are specified for the product as sold" also isn't behaving properly as it was anymore, even though it's hard to tell. It appears that when it arrives unchecked by an app contribution, toggling it no longer opens up the nutrition table, making it impossible to fill-in values on it. The page has to be saved for the table to become available upon returning to edit again.
Furthermore, as of this release, one is unable to add Folksonomy properties, which stopped working. It seems similar to the nutrients issue because it involves dropdown suggestions.
The release also broke the Folksonomy panel layout, while it moved the search bar in table list pages to the left side, needing a bit of habituation to it.
The text was updated successfully, but these errors were encountered: