Closed Bug 165919 Opened 22 years ago Closed 22 years ago

after clicking on object in web page, JS Console appear

Categories

(Core Graveyard :: Error Console, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: aha, Assigned: hewitt)

References

()

Details

Repro:
1. close JS Console
2. go to http://isolate.cz/home.html
3. locate on right side of page image of child with "SOAP" text
4. click on it

Actual:
JS Console will appear and get focus

Expected:
No reason to see JS Console.

2002083008/trunk/W2K
The link points to Javascript: with an onclick() reference.

javascript:
opens up the JS console.

What is the behaviour of IE on this?
Unless you return |false| from an onclick handler, the default action for the 
element will also be performed. An anchor with an href of 'javascript:' is 
supposed to open the javascript console in mozilla or in Navigator 4.0 (but not 
in IE).
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
*** Bug 167494 has been marked as a duplicate of this bug. ***
Product: Core → SeaMonkey
Product: SeaMonkey → Core Graveyard
You need to log in before you can comment on or make changes to this bug.