Closed
Bug 1367349
Opened 6 years ago
Closed 6 years ago
Search results matches in a tooltip pointing at buttons are still displayed even after clicking on any of the preferences category
Categories
(Firefox :: Settings UI, defect, P1)
Tracking
()
VERIFIED
FIXED
Firefox 55
Tracking | Status | |
---|---|---|
firefox53 | --- | unaffected |
firefox54 | --- | unaffected |
firefox55 | --- | verified |
People
(Reporter: hyacoub, Assigned: evanxd)
References
(Blocks 1 open bug)
Details
(Whiteboard: [photon-preference])
Attachments
(2 files)
[Affected versions]: Nightly 55.0a1 [Affected platforms]: Platforms: Windows 10 x 64, Mac OS X 10.12 and Ubuntu 16.04 x64. [Steps to reproduce]: 1. Launch Firefox, go to about:config and search for "browser.preferences.search" and set it value to true. 2. Go to "about:preferences". 3. Start typing to search for something (e.g default). 4. Click on "General". [Expected result]: Search results should be deleted after clicking on any preferences category. [Actual result]: Search results matches in a tooltip are still displayed even after clicking on any of the preferences category.
Reporter | ||
Updated•6 years ago
|
status-firefox53:
--- → unaffected
status-firefox54:
--- → unaffected
status-firefox55:
--- → affected
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → evan
Status: NEW → ASSIGNED
Priority: -- → P1
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Updated•6 years ago
|
Attachment #8871624 -
Flags: review?(mconley)
Assignee | ||
Comment 3•6 years ago
|
||
Hi Mike, Could you help review the patch? Thanks.
Comment 4•6 years ago
|
||
mozreview-review |
Comment on attachment 8871624 [details] Bug 1367349 - Remove all tooltips after clicking on a preferences category. https://reviewboard.mozilla.org/r/143116/#review146994 Seems okay - just need to fix a typo in the function name. Thanks! ::: browser/components/preferences/in-content/findInPage.js:368 (Diff revision 2) > + }, > + > + /** > + * Remove all search tooltips that were created. > + */ > + removeAllSearchTooltops() { Nit: removeAllSearchTooltops -> removeAllSearchTooltips
Attachment #8871624 -
Flags: review?(mconley) → review+
Assignee | ||
Comment 5•6 years ago
|
||
mozreview-review |
Comment on attachment 8871624 [details] Bug 1367349 - Remove all tooltips after clicking on a preferences category. https://reviewboard.mozilla.org/r/143116/#review147000 ::: browser/components/preferences/in-content/findInPage.js:368 (Diff revision 2) > + }, > + > + /** > + * Remove all search tooltips that were created. > + */ > + removeAllSearchTooltops() { Wrong spelling. Let's fix it.
Comment hidden (mozreview-request) |
Assignee | ||
Comment 7•6 years ago
|
||
Thanks for reviewing, Mike. I've updated the patch for the review comment. Patch will be landed after the try[1] is good. [1]: https://treeherder.mozilla.org/#/jobs?repo=try&revision=117b09db81d8
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Comment 11•6 years ago
|
||
Rebased. Let's land the patch after the try[1] is good. [1]: https://treeherder.mozilla.org/#/jobs?repo=try&revision=5643e2f5bb67
Comment hidden (mozreview-request) |
Assignee | ||
Comment 13•6 years ago
|
||
There are many test failures in the previous try. Rabase and run again[1]. [1]: https://treeherder.mozilla.org/#/jobs?repo=try&revision=68e02f46fba4
Assignee | ||
Comment 14•6 years ago
|
||
The try at Comment 13 is good. Let's land the patch.
Keywords: checkin-needed
Comment 15•6 years ago
|
||
Pushed by cbook@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/2109d6a6d1c8 Remove all tooltips after clicking on a preferences category. r=mconley
Keywords: checkin-needed
Comment 16•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/2109d6a6d1c8
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 55
Comment 17•6 years ago
|
||
I have reproduced this Bug on Nightly 55.0a1 (2017-05-24) on Windows 10, 64 Bit! The bug's fix is now verified on latest Nightly 55.0a1 Build ID 20170604030205 User Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55.0 [bugday-20170531]
Reporter | ||
Comment 18•6 years ago
|
||
Build ID: 20170612091112 User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0 Verified as fixed on Firefox Nightly 56.0a1 on Windows 10 x 64, Mac OS X 10.12 and Ubuntu 16.04 x64.
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Flags: qe-verify+
QA Contact: hani.yacoub
You need to log in
before you can comment on or make changes to this bug.
Description
•