Closed
Bug 631096
Opened 14 years ago
Closed 14 years ago
"-- all --" in versions list is not clickable
Categories
(Input :: General, defect)
Input
General
Tracking
(Not tracked)
VERIFIED
FIXED
3.1
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.
Comment 1•14 years ago
|
||
This is causing a failure in the Selenium tests.
Updated•14 years ago
|
Whiteboard: [fromAutomation]
Assignee | ||
Comment 2•14 years ago
|
||
Since this is a pretty obvious regression, I'll pick this up.
Assignee: nobody → fwenzel
Assignee | ||
Comment 3•14 years ago
|
||
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
Comment 4•14 years ago
|
||
Verified able to click 'all' option, data displays
Status: RESOLVED → VERIFIED
Comment 5•14 years ago
|
||
please re-open if this fix does not correct the automation tests
Comment 6•14 years ago
|
||
I can confirm that this is no longer causing an automated test failure.
Updated•14 years ago
|
Component: Input → General
Product: Webtools → Input
You need to log in
before you can comment on or make changes to this bug.
Description
•