Comments

Cornelius’s picture

Assigned: Unassigned » Cornelius
Cornelius’s picture

Status: Active » Needs work

the search engine works at a good performance speed. the results are excellent. all links are working. from the functionality perspective the page is working fine.

but i have some remarks from the design-perspective:
right below the "sort by"-textfield above the search results (it is "order by" in the prototype) there is a search button which is not in the prototype. it took me about a minute to figure out what this button does. then, of course, it's obvious.
if you ask me, i would kick this button out and connect the action of sorting with the drop-down-field behind the "sort by"-textfield. this is much better usability than using a button, because if a person uses the drop down field, a click is saved if the chosen action is done right away and not after having to click another button.

my second remark is the drop down-list "refine your search": in my browser (ff 3.6.10, macbook pro 15') i can see an ugly scroll-down-bar in this drop down list which is unnecessary.

please understand my remarks as personal taste. again, the functionality of the page works fine and the search results are great.

Cornelius’s picture

Assigned: Cornelius » Unassigned
drumm’s picture

Status: Needs work » Active

I added some JS to submit the order form when something is chosen from a dropdown, and hid the button.

Please attach a screenshot of the refine search scroll bar.

Sending back for another round of QA.

csevb10’s picture

Reviewed js implementation on both standard search pages + theme/module search pages and everything new/fixed behaved as expected.

Only issue with the automated/js implementation is that the search-button hiding takes a second to respond (at least for me on FF 3.6). What this means is that the button shows up and then the page text moves up after the button disappears. I don't think there's anything worth worrying about for launch, but it might be worth filing an issue to review after launch and discuss ways to make this a little less clunky feeling.

Right now all elements are drop-downs, but, after launch, we might add additional vocabularies related to themes or modules, etc. If we do that, those elements will display as checkboxes rather than drop-downs. Are things configured to work for checkboxes in the same way that they're set up for the drop-downs?

smx’s picture

Assigned: Unassigned » smx
smx’s picture

Assigned: smx » Unassigned
Amazon’s picture

Assigned: Unassigned » Amazon
Status: Active » Needs work
StatusFileSize
new21.57 KB

I tested the new JS search auto submit and it worked.

Here's a screenshot of the 'refine your search' scroll bar issue: Only local images are allowed.

Amazon’s picture

Assigned: Amazon » drumm

Assigning to Drumm

lp’s picture

Note that the 'refine your search' dropdown appears without the scrollbar in some browsers:
Chrome 6.0.472.62 - OS X: Appears as expected
Opera 10.63/Mac - OS X: Appears as expected
Safari 5.0.1 - OS X: Appears as expected

pbull’s picture

StatusFileSize
new24.77 KB

Adding a overflow:visible; on #search-theme-form-advanced fieldset.collapsible .fieldset-wrapper fixes the dropdown scrollbar issue in OSX/Firefox.

There appears to be a z-index issue with the advanced search dropdown in IE7, see attached screenshot (Win XP/IE7).

c4rl’s picture

Assigned: drumm » c4rl

Subscribing

drumm’s picture

Now that I added All, it would be ideal to put these in two columns. Is there a better way to do this than shuffling the source order and float: left? We want to keep modules and themes together.

c4rl’s picture

@drumm, I'll investigate. At worst, would be reordered with JS.

Related issue: #935240: QA: Search Box (Home) [Theme]

c4rl’s picture

Tag

drumm’s picture

Lets not do JS, rearranging the DOM is slow and we have a server to make the right HTML.

c4rl’s picture

Status: Needs work » Needs review

I got this working purely with CSS -- it uses specific IDs as targets. Will be visible on http://redesign.drupal.org shortly

c4rl’s picture

Status: Needs review » Needs work

Nevermind, had some problems in IE. Will update again shortly.

c4rl’s picture

Status: Needs work » Needs review

Committed this change, currently launch is taking place so this might not be immediately visible.

drumm’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)
Issue tags: -drupal.org redesign, -drupal.org redesign qa, -drupal.org redesign qa theme

Automatically closed -- issue fixed for 2 weeks with no activity.