Closed
Bug 12472
Opened 25 years ago
Closed 25 years ago
Frame can't access parent variables or functions
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
M13
People
(Reporter: slogan, Assigned: vidur)
Details
(Whiteboard: [MAKINGTEST] robpastor@bloomberg.net)
I removed my mozregistry.dat file, and restarted. I get the 'Create Profile
Wizard', and when I hit the "next" button, I get the following:
...
Note: frameverifytree is disabled
Note: verifyreflow is disabled
DocLoaderFactory: Unable to create ContentViewer for command=view, content-type=
(null)
Error: Can't load: file:///C|/raptor/mozilla/dist/WIN32_D.OBJ/bin/res/profile/un
defined (8000ffff)
Updated•25 years ago
|
Assignee: selmer → gayatrib
Target Milestone: M11
Comment 1•25 years ago
|
||
This looks like it's probably a JS error in the wizard...
Updated•25 years ago
|
Summary: Can't set my profile → Can't load profile manager page "undefined"
Comment 2•25 years ago
|
||
Fixing summary to reflect problem.
Updated•25 years ago
|
Assignee: gayatrib → mccabe
Component: Profile Manager → Javascript Engine
Summary: Can't load profile manager page "undefined" → Frame can't access parent variables or functions
Comment 3•25 years ago
|
||
The symptom of loading a page called "undefined" is caused by the attempt to
access a variable from the parent frame as in "var count = parent.count;" which
is returning the value "undefined".
Working around this particular dependency by removing the parent reference just
leads down the path to where we need to call a function in the parent frame and
it's not accessible either.
Comment 4•25 years ago
|
||
Not exactly sure which side of the fence this is on...
Updated•25 years ago
|
Severity: major → blocker
Comment 5•25 years ago
|
||
This prevents the profile manager wizards from working at all. Marking blocker.
Updated•25 years ago
|
Assignee: mccabe → norris
Comment 6•25 years ago
|
||
Norris, do you know where this should land?
(reassigning, so it doesn't sit with me another week while I'm away :( )
Updated•25 years ago
|
Assignee: norris → vidur
Component: Javascript Engine → DOM Level 0
Comment 7•25 years ago
|
||
This doesn't sound like it's related to security. Much more likely DOM.
Updated•25 years ago
|
QA Contact: gbush → desale
Comment 8•25 years ago
|
||
reassigning QA contact, not an install or profile issue
Updated•25 years ago
|
Target Milestone: M11 → M12
Comment 9•25 years ago
|
||
Moving to M12.
Updated•25 years ago
|
Whiteboard: [MAKINGTEST] robpastor@bloomberg.net
Assignee | ||
Comment 10•25 years ago
|
||
Moving off M12 radar for the time being. One or more might get back once I get a
chance to really look at them.
Comment 11•25 years ago
|
||
This no longer seems to be an issue, so I'm guessing it was addressed somewhere
along the way
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 12•25 years ago
|
||
Verified with 12-14-09.
You need to log in
before you can comment on or make changes to this bug.
Description
•