Closed Bug 1118135 Opened 10 years ago Closed 10 years ago

Clicking search field's magnifying glass icon no longer dismisses search field's dropdown menu

Categories

(Firefox :: Search, defect)

x86
macOS
defect
Not set
normal
Points:
1

Tracking

()

RESOLVED FIXED
Firefox 38
Iteration:
37.3 - 12 Jan
Tracking Status
firefox35 --- wontfix
firefox36 + fixed
firefox37 --- fixed
firefox38 --- fixed

People

(Reporter: cpeterson, Assigned: mossop)

References

Details

(Keywords: regression)

Attachments

(1 file, 1 obsolete file)

STR: 1. Click the search field's magnifying glass icon. 2. The search field's dropdown menu will open. 3. Click the search field's magnifying glass icon a second time. RESULT: The dropdown menu will reopen, but it should close (like it used). This bug is probably a regression from the search field's new "magnifying glass with plus symbol" icon.
Sounds potentially related to/caused by bug 1103455.
Almost certainly yes, should be straightforward to fix though.
Assignee: nobody → dtownsend
Blocks: 1103455
Points: --- → 1
Flags: qe-verify-
Flags: firefox-backlog+
Iteration: --- → 37.3 - 12 Jan
Status: NEW → ASSIGNED
Attached file MozReview Request: bz://1118135/Mossop (obsolete) —
Attachment #8546884 - Flags: review?(felipc)
/r/2321 - Bug 1118135: Clicking the magnifying glass while the suggestions are open should close the popup and not re-open it. Pull down this commit: hg pull review -r 521d024b33011d0f501a5cd6a1317363f585ffed
One thing I didn't mention in the commit message yet, I moved one of the tests to the end of browser_searchbar_openpopup.js as using synthesizeNativeMouseClick there was somehow causing the following test to timeout on Windows XP debug only. Never figured out why but putting at the end seems to solve the problem for now.
https://reviewboard.mozilla.org/r/2319/#review1517 ::: browser/base/content/urlbarBindings.xml (Diff revision 1) > + this._isHiding = false; Would it work if you used the `popuphidden` event to set `_isHiding` back to false instead of using the setTimeout?
(In reply to :Felipe Gomes from comment #6) > https://reviewboard.mozilla.org/r/2319/#review1517 > > ::: browser/base/content/urlbarBindings.xml > (Diff revision 1) > > + this._isHiding = false; > > Would it work if you used the `popuphidden` event to set `_isHiding` back to > false instead of using the setTimeout? No, popuphidden fires before any of the mouse events make it to the DOM
Attachment #8546884 - Flags: review?(felipc) → review+
[Tracking Requested - why for this release]: Regression caused by bug 1103455 Not sure who marked 36 as unaffected, both 35 and 36 are affected but we're too late for 35 now.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 38
Bug Verification Day-2015-14-01
Comment on attachment 8546884 [details] MozReview Request: bz://1118135/Mossop Approval Request Comment [Feature/regressing bug #]: bug 1103455 [User impact if declined]: Clicking the magnifying glass just closes then re-opens the search popup [Describe test coverage new/current, TBPL]: Automated tests running on m-c since landing [Risks and why]: Low risk, the only in-product piece of this is to ignore click events when certain other events have happened recently. Worst case in some instances clicking the magnifying glass might not open the popup at all but we have automated tests covering the common cases of that. [String/UUID change made/needed]: None
Attachment #8546884 - Flags: approval-mozilla-beta?
Attachment #8546884 - Flags: approval-mozilla-aurora?
Attachment #8546884 - Flags: approval-mozilla-beta?
Attachment #8546884 - Flags: approval-mozilla-beta+
Attachment #8546884 - Flags: approval-mozilla-aurora?
Attachment #8546884 - Flags: approval-mozilla-aurora+
Attachment #8546884 - Attachment is obsolete: true
Attachment #8619050 - Flags: review+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: