Closed
Bug 524513
Opened 16 years ago
Closed 16 years ago
setTimeout() doesn't work: Issuing a setTimeout(xxx) causes an error
Categories
(Mozilla Labs :: Jetpack Prototype, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: shunguoy, Assigned: avarma)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; MS-RTC LM 8)
Build Identifier: jetpack 0.5
Issuing a setTimeout(xxx) causes an error "cb.apply is not a function
Filtered chrome url chrome://jetpack/content/js/timers.js" timers.js(line 28)
Reproducible: Always
Steps to Reproduce:
1. write a test jetpack script
2. use a setTimeout() in the script
3. install and run the script
Actual Results:
error occurs
Expected Results:
set a timeout
Comment 1•16 years ago
|
||
Not sure if this is solved in 0.6, please advise.
Assignee: nobody → avarma
Priority: -- → P2
Comment 3•16 years ago
|
||
marking fixed. reopen if that isn't the case
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•