Closed
Bug 591751
Opened 15 years ago
Closed 15 years ago
Javascript Error: InstallTrigger is not defined when reloading tab in background, then try to install extension
Categories
(Toolkit :: Add-ons Manager, defect)
Tracking
()
VERIFIED
FIXED
mozilla2.0b7
Tracking | Status | |
---|---|---|
blocking2.0 | --- | betaN+ |
People
(Reporter: martijn.martijn, Assigned: azakai)
References
()
Details
I'm getting this error and am unable to install the extension in the url:
Error: InstallTrigger is not defined
Source File: https://addons.mozilla.org/media//js/common-min.js?build=060c88b
Line: 16
Steps to reproduce:
- Visit mentioned url
- Open a new tab.
- Open the context menu over the tab of mentioned url page, click on "Reload Tab", wait for that page to be reloaded.
- Switch to that page, then try to install that extension
Expected result:
- Installation dialog should come up.
Actual result:
- Javascript error as mentioned earlier.
Btw, I was noticing while doing a session restore.
Comment 1•15 years ago
|
||
This sounds like a Firefox bug since InstallTrigger is a Gecko API. What browser version do you have?
Comment 2•15 years ago
|
||
Alon, does bug 589598 fix this too?
Assignee | ||
Comment 3•15 years ago
|
||
(In reply to comment #2)
> Alon, does bug 589598 fix this too?
Yes, I can confirm that this bug is fixed by the patch to that bug. (Apparently the events during reload are similar to those in iframes?)
Updated•15 years ago
|
blocking2.0: --- → betaN+
Component: Public Pages → Add-ons Manager
Depends on: 589598
Product: addons.mozilla.org → Toolkit
QA Contact: web-ui → add-ons.manager
Version: unspecified → Trunk
Comment 4•15 years ago
|
||
Fixed by bug 589598
Assignee: nobody → azakai
Flags: in-testsuite?
Flags: in-litmus-
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b6
Comment 5•15 years ago
|
||
This is not fixed. I'm stable to reproduce it with the steps in comment 0 and Mozilla/5.0 (Windows NT 5.1; rv:2.0b6pre) Gecko/20100903 Firefox/4.0b6pre
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Reporter | ||
Comment 6•15 years ago
|
||
Yes, they backed out the patch for bug 589598.
Comment 7•15 years ago
|
||
Darn, forgot that. Thanks.
Assignee | ||
Comment 8•15 years ago
|
||
A proper patch for bug 589598 has landed (see link there).
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Comment 9•14 years ago
|
||
Verified fixed with Mozilla/5.0 (Windows NT 5.1; rv:2.0b8pre) Gecko/20101204 Firefox/4.0b8pre
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•