Closed
Bug 1124900
Opened 10 years ago
Closed 10 years ago
add test coverage for the keyboard navigation in the new search panel
Categories
(Firefox :: Search, enhancement)
Tracking
()
People
(Reporter: florian, Assigned: florian)
References
Details
Attachments
(1 file, 2 obsolete files)
(deleted),
patch
|
florian
:
review+
|
Details | Diff | Splinter Review |
The handling of keyboard events in the new search panel is complicated and would be easy to regress when changing it, so I think it needs tests.
Assignee | ||
Comment 1•10 years ago
|
||
The only reason why I'm requesting feedback rather than review is that try server shows this as making the browser_yahoo_behavior.js test as failing on Linux (https://treeherder.mozilla.org/#/jobs?repo=try&revision=f6c945046e6f) and I haven't investigated why yet.
Assignee | ||
Updated•10 years ago
|
Points: --- → 3
Flags: qe-verify-
Flags: firefox-backlog+
Updated•10 years ago
|
Iteration: --- → 38.1 - 26 Jan
Comment 2•10 years ago
|
||
Comment on attachment 8553367 [details] [diff] [review]
Patch
Review of attachment 8553367 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/components/search/test/browser_searchbar_keyboard_navigation.js
@@ +6,5 @@
> +
> +const kValues = ["foo1", "foo2", "foo3"];
> +const kUserValue = "foo";
> +
> +function promiseNewEngine(basename) {
Maybe we should move this into head.js
Attachment #8553367 -
Flags: feedback?(dtownsend) → feedback+
Updated•10 years ago
|
Iteration: 38.1 - 26 Jan → 38.2 - 9 Feb
Assignee | ||
Comment 3•10 years ago
|
||
Addressed comment 2. Now requesting review, as I'm fixing the Orange I mentioned in comment 1 in bug 1126816.
Attachment #8553367 -
Attachment is obsolete: true
Attachment #8558018 -
Flags: review?(dtownsend)
Comment 4•10 years ago
|
||
Comment on attachment 8558018 [details] [diff] [review]
Patch v2
Review of attachment 8558018 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/components/search/test/browser_searchbar_openpopup.js
@@ -50,5 @@
> - }
> - });
> - });
> -}
> -
You can also remove this from browser_searchSuggestionUI.js and browser_searchHighlight.js I think
Attachment #8558018 -
Flags: review?(dtownsend) → review+
Assignee | ||
Comment 5•10 years ago
|
||
(In reply to Dave Townsend [:mossop] from comment #4)
> You can also remove this from browser_searchSuggestionUI.js and
> browser_searchHighlight.js I think
No, these are in the browser/base/content/test/general folder rather than browser/components/search/test for some reason.
Attachment #8558018 -
Attachment is obsolete: true
Attachment #8559162 -
Flags: review+
Assignee | ||
Comment 6•10 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Comment 7•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox38:
--- → fixed
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 38
Comment 8•10 years ago
|
||
status-firefox37:
--- → fixed
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•