Closed
Bug 1444599
Opened 5 years ago
Closed 5 years ago
Middle/Ctrl/Cmd-clicking bookmark folders in sidebar doesn't open all in tabs anymore
Categories
(Firefox :: Bookmarks & History, defect, P1)
Tracking
()
RESOLVED
FIXED
Firefox 61
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox58 | --- | unaffected |
firefox59 | --- | unaffected |
firefox60 | + | fixed |
firefox61 | --- | fixed |
People
(Reporter: philipp, Assigned: standard8)
References
Details
(Keywords: regression, Whiteboard: [fxsearch])
Attachments
(1 file)
59 bytes,
text/x-review-board-request
|
mak
:
review+
jcristau
:
approval-mozilla-beta+
|
Details |
we have received a report about this regression in the sumo forum at https://support.mozilla.org/questions/1208595 this behaviour is reproducible and was introduced by bug 517719.
Assignee | ||
Comment 3•5 years ago
|
||
From the console: TypeError: tbo.view.nodeForTreeIndex is not a function[Learn More] sidebarUtils.js:46:47
Assignee: nobody → standard8
Status: NEW → ASSIGNED
Flags: needinfo?(standard8)
Priority: -- → P1
Whiteboard: [fxsearch]
Comment 4•5 years ago
|
||
asking tracking since this is a new regression affecting a common functionality
tracking-firefox60:
--- → ?
Comment hidden (mozreview-request) |
Comment 7•5 years ago
|
||
mozreview-review |
Comment on attachment 8958067 [details] Bug 1444599 - Fix opening bookmark folders from the sidebar by middle/ctrl/cmd clicking. https://reviewboard.mozilla.org/r/227018/#review232768 ::: browser/components/places/tests/browser/browser_sidebar_open_bookmarks.js:9 (Diff revision 1) > +"use strict"; > + > +let sidebar = document.getElementById("sidebar"); > + > +const TEST_URI = "http://example.com/"; > +var bms; nit: let above, var here. please just stick to one in the global scope. Prefixing with g is encouraged.
Attachment #8958067 -
Flags: review?(mak77) → review+
Comment hidden (mozreview-request) |
Pushed by mbanner@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/6b3a36becdd8 Fix opening bookmark folders from the sidebar by middle/ctrl/cmd clicking. r=mak
Comment 10•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6b3a36becdd8
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 61
Comment 11•5 years ago
|
||
please request uplift to beta when you get a chance.
Flags: needinfo?(standard8)
Assignee | ||
Comment 12•5 years ago
|
||
Comment on attachment 8958067 [details] Bug 1444599 - Fix opening bookmark folders from the sidebar by middle/ctrl/cmd clicking. Approval Request Comment [Feature/Bug causing the regression]: Bug 517719 [User impact if declined]: Users won't be able to middle/ctrl/cmd click bookmark folders to open them. [Is this code covered by automated tests?]: This now has tests. [Has the fix been verified in Nightly?]: Landed in nightly, I've just tested it. [Needs manual test from QE? If yes, steps to reproduce]: No [List of other uplifts needed for the feature/fix]: None [Is the change risky?]: No [Why is the change risky/not risky?]: Simple one line fix, tests included [String changes made/needed]: None
Flags: needinfo?(standard8)
Attachment #8958067 -
Flags: approval-mozilla-beta?
Comment 13•5 years ago
|
||
Comment on attachment 8958067 [details] Bug 1444599 - Fix opening bookmark folders from the sidebar by middle/ctrl/cmd clicking. regression fix for bookmark folders, beta60+
Attachment #8958067 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 14•5 years ago
|
||
bugherder uplift |
https://hg.mozilla.org/releases/mozilla-beta/rev/944ddfae2be0
![]() |
||
Updated•5 years ago
|
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•