Closed (fixed)
Project:
Module Filter
Version:
6.x-1.2
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2009 at 06:00 UTC
Updated:
22 Apr 2010 at 18:30 UTC
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.