Closed
Bug 18146
Opened 26 years ago
Closed 26 years ago
apprunner crashes when new window opened and attempt to switch
Categories
(SeaMonkey :: UI Design, defect, P3)
Tracking
(Not tracked)
People
(Reporter: orionr, Assigned: don)
Details
The program crashes when I click on the "Mozilla" tab at the bottom after
opening two browser windows. Also, when there is only one window, the following
error message prints out in the apprunner DOS window.
JavaScript Error: TypeError: tipElement has no properties
URL:
file:///E|DOWNLOAD/NETSCAPE.../bin/chrome/navgator/content/default/tooltip.js
LineNo: 23
So, to reproduce:
1. Open a new navigator window
2. Click on "mozilla" button on the bottom twice
3. It crashes
I'm using WinNT 4.0 Server w/ Service Pack 5
Assignee: leger → mccabe
Component: Browser-General → Javascript Engine
QA Contact: leger → claudius
claudius, try to reproduce. If still occurring, send over to javascipt team to
investigate.
Updated•26 years ago
|
Assignee: mccabe → don
Component: Javascript Engine → XPApps
Comment 2•26 years ago
|
||
This is very likely not a JavaScript engine bug. The fact that our UI is now
written in JavaScript means that the errors or problems with many components
will now appear as JavaScript errors. Best practice when reporting these errors
is to find out the module of the component that generated the error, and assign
the bug there.
Looks like this tweaks some unimplemented aspect of tooltips. tipElement shows
up in LXR as being in tooltip.js; despot reports this file belongs to XPApps.
Reassigning there...
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
VERIFIED Dupe
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
•