Closed
Bug 9561
Opened 26 years ago
Closed 25 years ago
[FEATURE] routeEvent() method not implemented.
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
VERIFIED
FIXED
M14
People
(Reporter: desale, Assigned: joki)
Details
(Keywords: testcase, Whiteboard: [TESTCASE] window.routeEvent() must be implemented)
Attachments
(1 file)
236 bytes,
text/html
|
Details |
Method window.routeEvent() is returning undefined.
PRODUCT: Seamonkey [Apprunner/Viewer]
BUILD: 07-08-08.
OS: Win95, WinNT, Win98, MacOS.
STEPS TO REPRODUCE:
1] Please copy code I'm providing. Save as HTML file.
2] Open this HTML file in Apprunner as well as Viewer.
3] You'll see the return value of window.routeEvent() getting printed on
screen.
NOTE: In actual code [testcase] the method is used without parantheses in order
to know what it is exactly.
EXPECTED RESULTS:
window.routeEvent() = function routeEvent() { [native code] }
ACTUAL RESULTS:
window.routeEvent() = undefined
CODE:
<html>
<head>
<title>Test Page</title>
</head>
<body>
<form name="workform">
<SCRIPT LANGUAGE="JavaScript">
document.writeln("window.routeEvent() = ");
document.writeln(window.routeEvent);
</SCRIPT>
</form>
</body>
</html>
END OF CODE
Updated•26 years ago
|
Summary: window.routeEvent() is returning undefined. → window.routeEvent() is returning undefined.
Whiteboard: [TESTCASE] window.routeEvent() must be implemented
Comment 1•26 years ago
|
||
Comment 2•26 years ago
|
||
next one. updated status to "[TESTCASE] ..." standard
Reporter | ||
Updated•26 years ago
|
Summary: window.routeEvent() is returning undefined. → routeEvent() method not implemented.
Reporter | ||
Comment 3•26 years ago
|
||
Same thing is happening with document.routeEvent(), so it means this method not
implemented for any object.
Changing Summary.
Updated•26 years ago
|
Target Milestone: M11
Comment 4•26 years ago
|
||
On the beta list for now.
Updated•26 years ago
|
Assignee: vidur → joki
Comment 5•26 years ago
|
||
Sorry, Tom. Vidur says you probably have dups of these bugs already, so it
shouldn't hurt _too_ much.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M11 → M12
Assignee | ||
Comment 6•26 years ago
|
||
Moving multiple bugs to m12
Updated•25 years ago
|
Summary: routeEvent() method not implemented. → [FEATURE] routeEvent() method not implemented.
Target Milestone: M13 → M14
Comment 8•25 years ago
|
||
Moving M14.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M14 → M13
Assignee | ||
Comment 9•25 years ago
|
||
Moving 4.x event system features back to M13
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M13 → M14
Assignee | ||
Comment 10•25 years ago
|
||
Well the 4.x event stuff is done but its untested. Given that I had to make
several changes to general event handling I think I'll take the conservative
road this time and save this till the tree opens for M14.
Comment 11•25 years ago
|
||
Bulk moving [testcase] code to new testcase keyword. Sorry for the spam!
Keywords: testcase
Assignee | ||
Comment 12•25 years ago
|
||
This will never work exactly the same way as it did in 4x but I think it will
suffice. Marking fixed.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•