Account created on 18 March 2011, almost 14 years ago
#

Recent comments

πŸ‡ΈπŸ‡ͺSweden ordermind

For me the issue stemmed from the fact that ToolbarVisualView.js from the responsive_menu module was loaded before ToolbarVisualView.js from the toolbar module, whereby the ToolbarVisualView object has not been created yet at the time that the responsive_menu script tries to access it. I was able to solve it for myself by adding a hook_library_info_alter hook with a conditional library dependency on toolbar/toolbar if the toolbar module is enabled.

πŸ‡ΈπŸ‡ͺSweden ordermind

This issue appears to be fixed in 1.2 so I'm closing this.

πŸ‡ΈπŸ‡ͺSweden ordermind

Upping the priority to Major.

πŸ‡ΈπŸ‡ͺSweden ordermind

*** comment removed, this issue was due to code outside of this module ***

πŸ‡ΈπŸ‡ͺSweden ordermind

Another bug I found was that if you delete a value as well as the empty "new value" item, and then click on the button to add another value, the value that you deleted will be displayed. According to me, the expected behavior is that it should be empty.

πŸ‡ΈπŸ‡ͺSweden ordermind

For me, if I click on the remove button when there is only one field value with data that has been saved to the database already, such as when editing an existing entity, the saved values are displayed again rather than empty values which is the expected behavior according to me.

Production build 0.71.5 2024