Closed
Bug 586829
Opened 15 years ago
Closed 7 years ago
Narcissus setTimeout has problems with string arguments
Categories
(Other Applications Graveyard :: Narcissus, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: taustin, Assigned: taustin)
Details
Attachments
(1 file)
|
2.81 KB,
patch
|
gal
:
review+
|
Details | Diff | Splinter Review |
Calling setTimeout with Narcissus works fine with a function argument, but breaks through to the underlying JS engine with a string argument.
| Assignee | ||
Comment 1•15 years ago
|
||
setInterval had the same problem as setTimeout. Since these are browser-specific, it seems better to keep these separate from the rest of Narcissus.
Also added a quick fix for the Image constructor, which has been having issues in Narcissus.
Assignee: nobody → taustin
Attachment #473857 -
Flags: review?(gal)
Updated•15 years ago
|
Attachment #473857 -
Flags: review?(gal) → review+
Comment 2•7 years ago
|
||
Narcissus is no longer maintained, closing.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•