Closed
Bug 137826
Opened 23 years ago
Closed 23 years ago
Err using onload to reload frame : (NS_ERROR_INVALID_POINTER) [nsIDOMNSLocation.reload]
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: wd, Assigned: john)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc1)
Gecko/20020416
BuildID: 2002041606
A simple frameset which has a top frame that has an onload event which triggers
a reload of the bottom frame will intermittently fail.
Reproducible: Sometimes
Steps to Reproduce:
1.Go to http://dormcam.mine.nu:8080/mozframe/
2.Do a Shift-Reload
3.Repeat
Actual Results: About 1/3 of the time, the bottom frame will be blank.
Expected Results: Bottom frame always shows content
THe times when the bottom frame fails to load, the JS console shows:
Error: uncaught exception: [Exception... "Component returned failure code:
0x80004003 (NS_ERROR_INVALID_POINTER) [nsIDOMNSLocation.reload]" nsresult:
"0x80004003 (NS_ERROR_INVALID_POINTER)" location: "JS frame ::
http://dormcam.mine.nu:8080/mozframe/topframe.html :: updateResults :: line 9"
data: no]
Comment 1•23 years ago
|
||
->HTMLFrames
Assignee: jst → jkeiser
Component: DOM Level 0 → HTMLFrames
QA Contact: desale → amar
| Assignee | ||
Comment 2•23 years ago
|
||
Testcase URL gone and quite possibly fixed. Could you update with a testcase
URL, or even better, upload a testcase to this bug?
Comment 3•23 years ago
|
||
No word form reporter. Marking this bug WFM.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•