Description of the need
When on /admin/modules
or /admin/config/people/permissions
, the "Reset" button provided by the instant search filter reloads the entire page. This potential could cause in-progress changes to the form to be lost, or interfere with modules that provide additional functionality on these pages.
This is a follow-up from #980 and #5909.
Proposed solution
The reset button on these pages currently is simply a link that reloads the page. We should add a JavaScript behavior to clear the filter input, rather than reloading.
Recent comments
It sounds like a CSS/JS bug in the Layouts UI: when the "Add block" row is hidden with display:none, its help/description element isn’t being hidden together. 🔧 Things to try...
Add blocks filtering problem
It is an admin theme that's based upon the bootstrap 3. Maybe it's missing a piece to act as an admin theme?
Add blocks filtering problem
Thank you, Martin and Olaf! I had a feeling that there might be something out there already :) I will check all three options (I will look at porting modules) and report back which one...
Filter by text in "message" in /admin/reports/dblog