Closed Bug 631096 Opened 14 years ago Closed 14 years ago

"-- all --" in versions list is not clickable

Categories

(Input :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: wenzel, Assigned: wenzel)

Details

(Keywords: regression, Whiteboard: [fromAutomation])

The versions filter is a dropdown list that used to have the current version "selected" (i.e., the applicable <option> tag had a selected attribute). This is missing now, which results in the first item being selected by default. Therefore, no change event fires when you actually do click on the first item. Need to re-add code that marks the right item as selected in the template. Guess a little test with PyQuery is also in order.
This is causing a failure in the Selenium tests.
Whiteboard: [fromAutomation]
Since this is a pretty obvious regression, I'll pick this up.
Assignee: nobody → fwenzel
I readded the code that used to set the attribute correctly and added a test to make sure it stays so in the future. http://github.com/fwenzel/reporter/commit/99fadd5
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Verified able to click 'all' option, data displays
Status: RESOLVED → VERIFIED
please re-open if this fix does not correct the automation tests
I can confirm that this is no longer causing an automated test failure.
Component: Input → General
Product: Webtools → Input
You need to log in before you can comment on or make changes to this bug.