Closed
Bug 1203052
Opened 9 years ago
Closed 9 years ago
Loop's contact search no longer shows the "no matching results" view
Categories
(Hello (Loop) :: Client, defect, P1)
Hello (Loop)
Client
Tracking
(firefox43 fixed)
Tracking | Status | |
---|---|---|
firefox43 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
(Keywords: regression)
Attachments
(1 file)
2.08 KB,
patch
|
dmosedale
:
review+
|
Details | Diff | Splinter Review |
Regression from bug 1192372:
Contact search (if more than 7 contacts, search bar will appear), when typing the keyword will never show the no search results view as it removes the keyword or letter from the input(empties input) if the letter or word is not present in the contacts.
Flags: qe-verify+
Flags: firefox-backlog+
Assignee | ||
Comment 1•9 years ago
|
||
I took a quick look at this, and noticed the terminal console was complaining about the lack of a missing string. I took a look back at bug 1196499 (specifically https://hg.mozilla.org/integration/fx-team/rev/726807b7361a#l3.11) and came to the conclusion that we'd hit a bad merge when doing bug 1192372.
Removing the old string, and hence matching the structure back to post bug 1196499, fixes the search again.
Attachment #8658597 -
Flags: review?(dmose)
Comment 2•9 years ago
|
||
Comment on attachment 8658597 [details] [diff] [review]
Loop's contact search no longer shows the "no matching results" view.
Review of attachment 8658597 [details] [diff] [review]:
-----------------------------------------------------------------
The code fix is fine, but it'd be awfully nice to be able to catch regressions like this automatically. Would you be willing to file a spin-off bug for the impl of an "l10n string coverage" tool? I think this would just check all the strings that got used from the unit tests, and then make sure that they were in the appropriate file...
Attachment #8658597 -
Flags: review?(dmose) → review+
Assignee | ||
Comment 3•9 years ago
|
||
Filed bug 1203258.
Comment 5•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
Updated•9 years ago
|
QA Contact: bogdan.maris
Comment 6•9 years ago
|
||
Based on bug 1212083, contacts were removed from Hello so there is no point verifying this thus removing qe-verify+.
Flags: qe-verify+
You need to log in
before you can comment on or make changes to this bug.
Description
•