Gives a strange behavior when ModuleInfo module is installed.
1) Shows emtpy results in search in some cases even though they are available. For example try searching "book"
2) Cleaning the search box, opens all the ModuleInfo information boxes, so module page becomes very long.
Comments
Comment #1
mcload commentedNo update on the problem?
Comment #2
matteoraggi commentedMe too cleaning the search box it give all modules list as without module, it isn't normal?
Comment #3
picardo commentedHere is how to fix this bug. Dig into your mofule_filter folder and open up your module_filter.js or if you are using tabs module_filter_tab.js, and find every instance of "td strong" and replace them with "td > strong." It should now work with ModuleInfo.
Comment #4
greenskin commentedCommitted.