[Quantumbar] Middle-clicking item in dropdown should load item's url
Categories
(Firefox :: Address Bar, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: tawn, Assigned: dao)
References
Details
(Whiteboard: [qa-66b-p2])
Attachments
(1 file)
Steps to reproduce:
- Set browser.urlbar.quantumbar to true and restart Fx to enable quantumbar.
- Type in addressbar to cause dropdown to open.
- 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.
Comment 1•6 years ago
|
||
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.
Comment 2•6 years ago
|
||
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 | ||
Updated•6 years ago
|
Assignee | ||
Comment 3•6 years ago
|
||
Comment 5•6 years ago
|
||
bugherder |
Is there an about:config option to load the tab in the background when doing this?
Assignee | ||
Comment 7•6 years ago
|
||
(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.
Updated•6 years ago
|
Updated•6 years ago
|
Description
•