Open teranian opened 2 years ago
Seeing this too. It seems to be a bad interaction with Tidy UI. If either DF Settings Clarity or Tidy UI are disabled, then the problem goes away.
The workaround i've found is to do the search then re-open the settings window. It seems to reload the proper text descriptions.
I've found the cause of this. It's because Tidy UI adds a "module-settings-wrapper" element around all the settings for a module...
DF Settings finds .categories > .scrollable
, then loops through the grandchildren of that element. If Tidy UI is installed, then it finds the wrong elements, and ends up concatenating the notes of all the settings for a module into one big wall of text.
The solution is to find .form-groups
in the children of .categories > .scrollable
instead.
Module DF Settings Clarity v3.3.0
Describe the issue When I enter a fuzzy keyword search, the results settings list loads a very long block of text that repeats for each setting in the same module. It makes reading the settings list quite difficult for modules with very long fields. The long text remains even after the search field has been cleared.
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of the individual setting, rather than the massive wall of text.
Screenshots (Optional)
Before searching:
After searching:
After clearing the search input:
Other examples: