Closed
Bug 2201
Opened 26 years ago
Closed 26 years ago
JavaScript Console menu item don't do nuthin'
Categories
(Core Graveyard :: Viewer App, defect, P4)
Tracking
(Not tracked)
VERIFIED
WONTFIX
M3
People
(Reporter: elig, Assigned: sdagley)
Details
* TITLE/SUMMARY
[PP] JavaScript Console menu item don't do nuthin'
* STEPS TO REPRODUCE
0) From the Tools menu, select "JavaScript Console"
* RESULT
- What happened
Nada, señor.
- What was expected
JavaScript console.
[Writing up as a formality along with all other items noted from the Parity
Milestone Quick Glance Status document.]
* REGRESSION
- Occurs On
viewer (1.5.98 build for Mac OS)
viewerDebug (1.4.98 build for Mac OS from sdagley)
- Doesn't Occur On
Communicator 4.5 for Win32 (RTM Complete build used)
viewer (1.5.98 build for Win32)
* CONFIGURATIONS TESTED
- PowerMac 8500/150 (233 Mhz 604e), 64 MB RAM, Mac OS 8.5.1
Comment 1•26 years ago
|
||
This is because of the following:
NS_IMETHODIMP
nsViewerApp::CreateJSConsole(nsBrowserWindow* aWindow)
{
#ifdef XP_PC
if (nsnull == gConsole) {
ShowConsole(aWindow);
}
#endif
return NS_OK;
}
and the ShowConsole() stuff is PC only.
Reporter | ||
Comment 3•26 years ago
|
||
Correct. Behavior on 1.26.99 Mac build remains identical to that described in bug
report.
Assignee | ||
Comment 4•26 years ago
|
||
Taking off the PP list since this is a lack of functionality in the throwaway
test app rather than a lack of basic platform functionality (and it doesn't
really work on Win32).
Summary: [PP] JavaScript Console menu item don't do nuthin' → JavaScript Console menu item don't do nuthin'
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Priority: P1 → P4
Assignee | ||
Comment 6•26 years ago
|
||
Dropping to P4 (see comment of 01/27 for reasoning)
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WONTFIX
Assignee | ||
Comment 7•26 years ago
|
||
Marking WONTFIX to get the viewer specific bugz off the radar completely (rather
than the old P4 placeholder I was using).
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 8•26 years ago
|
||
Verified WONTFIX. Thanks, Dagley-san.
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•