Closed
Bug 33283
Opened 26 years ago
Closed 26 years ago
Exception "Method not implemented" location: "chrome://navigator/content/nsContextMenu.js Line: 209
Categories
(SeaMonkey :: UI Design, defect, P3)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: duanev, Assigned: law)
Details
I had surfed for quite a while (cool!) when a right click in the current window
to bring up the back, etc.. options caused the pop up to freeze. Repeatedly
trying to click "back" had no effect, and eventually the browser crashed.
...
Document http://www.junkbusters.com/ht/en/links.html#adverse loaded successfully
Document: Done (20.224 secs)
X Pos: 47
Y Pos: 10
JavaScript Error: uncaught exception: [Exception... "Method not implemented"
code: "-2147467263" nsresult: "0x80004001 (NS_ERROR_NOT_IMPLEMENTED)" location:
"chrome://navigator/content/nsContextMenu.js Line: 209"]
JavaScript Error: TypeError: contextMenu has no properties
./run-mozilla.sh: line 29: 2198 Segmentation fault $prog ${1+"$@"}
Comment 1•26 years ago
|
||
-> XP Toolkit/Widgets: Menus.
Gerv
Assignee: cbegle → pinkerton
Component: Browser-General → XP Toolkit/Widgets: Menus
QA Contact: asadotzler → sairuh
Comment 2•26 years ago
|
||
not xpmenu bug.
Assignee: pinkerton → law
Component: XP Toolkit/Widgets: Menus → XPApps
As best I can determine, this error occured when you right-clicked on an element
like <input type="image"> that didn't have a src= attribute. I don't see
anything like that on that page, though. I tried constructing my own page like
that and it still worked (this.target.src was the empty string).
Were you right clicking while the page was loading?
Can you reproduce this? If so, please describe where and when you right-clicked
so I can try to reproduce it here.
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
| Reporter | ||
Comment 4•26 years ago
|
||
Unfortunately I think there were several things going on. Perhaps I
missed to popup and activated a link starting a new load, but then
since the popup remained I tried to "go back" before the new load
completed?
....
I just caused another crash by clicking furiously as pages loaded
and the pop-up appeared (see TB7555652H) - unfortunately I can't
tell if these are related.
Updated•26 years ago
|
Target Milestone: --- → M18
Comment 6•26 years ago
|
||
It looks like this one is unreproducible. Marking WORKSFORME.
Gerv
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•