Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
base system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Oct 2009 at 02:33 UTC
Updated:
11 Oct 2009 at 14:06 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
eigentor commentedAs a non-Javascript fallback option and a general alternative a submit button for filtering upon page reload should be there.
Comment #2
cwgordon7 commentedI'm not entirely sure which parts of this would be easy to do at this time. This really goes under the "new feature" category that should probably be postponed until Drupal 8 at this point.
In addition, I've come to consider that maybe filtering boxes aren't really the solution to this sort of problem, but could in fact (a), cause more confusion (is it by module name? by page name? description?), and (b) just work around a deeper structural problem in the way these pages work. There are a lot of things to debate here, and I can't see this getting into Drupal 7 without an extension, which I think it's unlikely to get.
Comment #3
giorgio79 commentedI consider Ctrl+f the best text search solution on a page :)
Comment #4
luco commentedit's actually how I do it as well ;] but there should be a visual way to filter this page. right now just about anything is an improvement.
in fact I liked the concept of vertical tabs but that didn't fly :(
I even proposed something here but that pretty much fell on deaf ears. so I'm still open to suggestions. except for that ON/OFF ajax slider. I didn't see the point in that.
Comment #5
skilip commentedThis patch adds a tablefilter behavior to drupal core. Before applying the patch, rename 'tablefilter.js_.txt' to 'tablefilter.js' and put it into misc/.
Comment #6
skilip commentedComment #8
eigentor commentedWew, a filter on modules page, chaka! Works for me - and works like hell.
Rerolled the patch, since it did not apply anymore. You still need the tablefilter.js file from #5.
The filter box not only filters the titles, but also accepts any text on the page. Still this is no disadvantage - if you want to filter down to a module name and type more than two letters, it quickly narrows down. One could also see a sense in keeping that behaviour - maybe people are looking for a word and find it in the description.
Never mind the crappy or rather worst-ever css that gives the filter box some formatting. It is only temporary to make it look acceptable. To improve this, the box and label need some containing element around them. ATM it gets rendered in a very strange way between the header tables. In FF 3.5, with my css, it comes out like this:
Comment #9
eigentor commentedback to needs review...
Comment #10
eigentor commentedTagging, changing title slightly...
Comment #12
Bojhan commented#396478: Searchable modules page