Closed Bug 158371 Opened 22 years ago Closed 22 years ago

Has user_pref( "javascript.console.open_on_error", true ) been changed?

Categories

(Core Graveyard :: Error Console, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 95898

People

(Reporter: tao, Assigned: hewitt)

References

()

Details

From http://bugscape.netscape.com/show_bug.cgi?id=18012

the preference user_pref( "javascript.console.open_on_error", true );
 doesn't work in eClient (6.2.1 and 7.0 pr1). 
 In Communicator 4.77 it works.
 Has the preference changed or has it not been implemented?

I have a sample script,

<html>
 <head>
 <script language="javascript">
 function print_date()
         {
         var d = new Date();
         document.write( d.toLocalString());
         }
 </script>
 </head>
 <body>
 <h2>JS-Console Test mit Datumsfunktion</h2>
 <script language="javascript">
         print_date();
 </script>
 </body>
 </html>
Not implemented.

*** This bug has been marked as a duplicate of 95898 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
vrfy dupe
Status: RESOLVED → VERIFIED
Product: Core → SeaMonkey
Product: SeaMonkey → Core Graveyard
You need to log in before you can comment on or make changes to this bug.