Closed
Bug 1081624
Opened 11 years ago
Closed 6 years ago
Add test coverage for autocomplete item height consistency
Categories
(Firefox :: Address Bar, defect, P5)
Firefox
Address Bar
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: Unfocused, Unassigned, Mentored)
References
Details
Bug 1073243 fixed a regression for autocomplete item height consistency, but didn't land with a test. We really need one - autocomplete UI has very little test coverage currently, and is generally fragile and prone to regressions.
Flags: firefox-backlog+
Updated•11 years ago
|
Summary: Add test coverage for autocomplete item hight consistency → Add test coverage for autocomplete item height consistency
Updated•11 years ago
|
Flags: qe-verify?
| Reporter | ||
Updated•11 years ago
|
Flags: qe-verify? → qe-verify-
| Reporter | ||
Comment 1•11 years ago
|
||
Basic idea here is to add a test under browser/base/content/test/general that tried various queries in the URL bar in order to get different types of results, and measures the height of every richlistresult it sees, and ensures they're all the same.
The following test would be a good starting point/example for interacting with the URL bar and autocomplete results:
http://dxr.mozilla.org/mozilla-central/source/browser/base/content/test/general/browser_autocomplete_a11y_label.js
Mentor: bmcbride
Updated•10 years ago
|
Priority: -- → P4
Updated•9 years ago
|
Priority: P4 → P5
Comment 2•6 years ago
|
||
We are no more interested in having all the entries same height, the layout is now a lot more flexible, so this kind of test doesn't have a huge value. Unlikely to be worked on.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•