Closed
Bug 2874
Opened 27 years ago
Closed 23 years ago
onLoad racy with applet tag
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P1)
Tracking
()
VERIFIED
DUPLICATE
of bug 115998
Future
People
(Reporter: chips, Assigned: joki)
References
()
Details
Attachments
(1 file)
344 bytes,
text/html
|
Details |
(This bug imported from BugSplat, Netscape's internal bugsystem. It
was known there as bug #91994
http://scopus.netscape.com/bugsplat/show_bug.cgi?id=91994
Imported into Bugzilla on 02/03/99 18:25)
From rweltman:
http://manta.mcom.com/tablebean/New/index2.html. It currently has no
delay, which is often sufficient when loading over the internal network,
but not when loading over a 28.8 dial-in line.
http://manta.mcom.com/beans/DNPickerApplet2.html. It currently has a
four second delay, which is often sufficient when loading over the
internal network, but not when loading over a 28.8 dial-in line. I'll
make a http://manta.mcom.com/beans/DNPickerApplet3.html now with no
delay; that should always fail on a full reload.
it looks like window.onLoad = xxx isn't waiting for the applet
to finish loading.
Comment 2•26 years ago
|
||
I just noticed this old applet bug that was originally assigned to nix. It
sounds like a libmocha OnLoad bug. Since it's been around so long a fix can
presumably wait for 4.5/5.0. Reassigning to mlm.
Since this bug has been around for so long, moving to 5.0. (Sorry, Rob.)
Updated•26 years ago
|
Assignee: shaver → vidur
Comment 7•26 years ago
|
||
Reassigning to vidur.
Updated•26 years ago
|
Assignee: vidur → joki
Comment 8•26 years ago
|
||
Passing the buck. :-)
Comment 9•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M7
Assignee | ||
Comment 10•26 years ago
|
||
We don't even know if this will be a problem or not in the new world. Pushing
to far milestone till I have time to look into it.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M7 → M10
Comment 11•25 years ago
|
||
Comment 12•25 years ago
|
||
Whoa, ignore that attachment--it belongs to another bug
Updated•25 years ago
|
Target Milestone: M10 → M14
Updated•25 years ago
|
Whiteboard: [makingtest] webmaster@steady.nl → [MAKINGTEST] webmaster@steady.nl
Comment 13•25 years ago
|
||
Capitalizing [MAKINGTEST]. (Please capitalize for consistency.)
Updated•25 years ago
|
Target Milestone: M14 → M16
Comment 14•25 years ago
|
||
Moving M16.
Comment 15•25 years ago
|
||
Bulk moving old [makingtest] code to new makingtest keyword. Sorry for the spam!
Keywords: makingtest
Assignee | ||
Comment 16•25 years ago
|
||
Bulk prioritizing bugs for correct milestones.
Target Milestone: M16 → M18
Comment 17•24 years ago
|
||
Removing makingtest keyword (it's been months ;-)
Gerv
Keywords: makingtest
Whiteboard: [MAKINGTEST] webmaster@steady.nl
Assignee | ||
Comment 18•24 years ago
|
||
This bug has been marked "future" because the original netscape engineer working
on this is over-burdened. If you feel this is an error, that you or another
known resource will be working on this bug,or if it blocks your work in some way
-- please attach your concern to the bug for reconsideration.
Target Milestone: M18 → Future
Comment 20•23 years ago
|
||
This bug seems to have decayed to the point of non-return. The URL site,
manta.mcom.com, doesn't seem to exist anymore, the attached test case is for
another bug, and there seems to have been no activity for months (or even years)
so maybe this one should be marked invalid?
Updated•23 years ago
|
QA Contact: madhur → rakeshmishra
Comment 21•23 years ago
|
||
Go ahead guys, mark the bug obsolete or something. I would imagine the applet
code has been rewritten several times since this bug was filed five years ago,
and who cares about 28.8k dialup these days anyway.
Comment 22•23 years ago
|
||
or simple fix it...
the onLoad simply doesnt work with java applets... it's comming before the
applet is initialized and when you call java methods from javascript before the
applet is
initialized you get an error message on the javascript console, that the method
doesn't exists...
i've opened another bug 115998 , with an example of the problem. there exists
also other liveconnect problems depending on fireing onLoad before the applet is
initialized..
Comment 23•23 years ago
|
||
*** This bug has been marked as a duplicate of 115998 ***
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•