Closed Bug 1519589 Opened 5 years ago Closed 5 years ago

[Quantumbar] Middle-clicking item in dropdown should load item's url

Categories

(Firefox :: Address Bar, defect, P1)

defect

Tracking

()

RESOLVED FIXED
Firefox 66
Tracking Status
firefox66 --- fixed

People

(Reporter: tawn, Assigned: dao)

References

Details

(Whiteboard: [qa-66b-p2])

Attachments

(1 file)

Steps to reproduce:

  1. Set browser.urlbar.quantumbar to true and restart Fx to enable quantumbar.
  2. Type in addressbar to cause dropdown to open.
  3. Middle-click one of the suggested entries in the dropdown.

Expected result: Selected (middle-clicked) item's url opens in a new tab (same effect as Ctrl-click).

Actual result: Nothing; middle-click is ignored / not yet supported.

Hi, thanks for the report. It does indeed seem that this isn't working at the moment, although from the code, I'd expect it to.

Note that QuantumBar isn't really ready for testing yet. It is still under heavy development and there's lots not working/not implemented yet. We'll notify people via the usual channels when it is a bit more ready for testing.

Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P2

I took a brief look via the debugger and something is preventing the click events for non-left clicks from reaching the view. Could be the input, but the debugger is not working right today, so I couldn't really work out any more detail.

Assignee: nobody → dao+bmo
Status: NEW → ASSIGNED
Priority: P2 → P1
Pushed by dgottwald@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/19efbb6ade6a
Make middle-clicking quantumbar results work by listening to mouseup instead of click events. r=Standard8
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 66

Is there an about:config option to load the tab in the background when doing this?

(In reply to mdew from comment #6)

Is there an about:config option to load the tab in the background when doing this?

No, but you can hold the shift key while clicking.

(In reply to Dão Gottwald [::dao] from comment #7)

(In reply to mdew from comment #6)

Is there an about:config option to load the tab in the background when doing this?

No, but you can hold the shift key while clicking.

I think this (as well as ctrl+enter) should respect the "browser. tabs. loadInBackground" setting to decide wether to open tabs in the background.

Flags: qe-verify+
Whiteboard: [qa-66b-p2]
Flags: qe-verify+
Blocks: 1366625
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: