Downloads: "Go to Downloads Page" button is not working after restart
Categories
(Toolkit :: Downloads API, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox58 | --- | affected |
People
(Reporter: roxana.leitan, Unassigned)
Details
Comment 2•6 years ago
|
||
Hello,
This issue is now present without going trough step 3(restarting Firefox).
Clicking the "Go to Download page" does nothing and returns the following error in the Browser Console:
" An error occurred executing the downloadsCmd_openReferrer command: [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://global/content/contentAreaUtils.js :: makeURI :: line 920" data: no] "
Comment 3•6 years ago
|
||
Apparently the menuitem should be disabled, not all the downloads have a referrer, I debugged into DownloadsSubview.updateContextMenu() it calls into DownloadsviewUI.isCommandEnabled() that returns false for "downloadsCmd_openReferrer". We set disabled = true on the menuitem, but that apparently doesn't have any effect.
Setting the "disabled" attribute instead works properly, that seems to indicate a problem with the binding not being applied...
Maybe it's related to the recent XBL removal work, it would be useful to find a regression range for this.
Comment 4•6 years ago
|
||
Hello Marco,
I have narrowed down the regression range to 1 day from [2017-01-20, 2017-01-21] and got the following regression range:
I tried to narrow it down even more but I get errors and skipped builds.
From the pushlog provided above, it would seem that the culprit that causes this issue would be Bug 1324571.
Hope it helps!
Comment 5•6 years ago
|
||
That regression range seems to be valid for bug 1377112, but I doubt it's the same bug tracked here... This bug is for the Library panel, not the Library window. Maybe that's the confusing part?
Updated•3 years ago
|
Comment 6•11 months ago
|
||
"Go To Download Page" option is not available anymore on the latest Nightly (2024-09-30). Closing this issue as WFM.
Description
•