Closed
Bug 14978
Opened 26 years ago
Closed 26 years ago
Entering javascript: URLs stalls my browser.
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
People
(Reporter: yossioren, Assigned: rickg)
References
(
URL
)
Details
(Win2K v2031)
If I type this into the URL field, nothing happens.
The throbber stops throbbing after a while, but the display seems stalled - I
can drag windows all over it and leave nifty slime trails.
If I type in another URL while this is happening it seems to work fine, though.
I've noticed a similar behaviour with links looking like
<a href="javascript:DoSomething()">.
| Reporter | ||
Updated•26 years ago
|
URL: javascript:alert("hello, world!") → javascript:alert(
| Reporter | ||
Comment 1•26 years ago
|
||
grr... The URL should read:
javascript:alert("Hello, world!")
URL: javascript:alert( → javascript:alert("Hello, world!")
Summary: Hello world stalls my browser. → Entering javascript: URLs stalls my browser.
| Reporter | ||
Updated•26 years ago
|
URL: javascript:alert("Hello, world!") → javascript:alert(
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
verified
You need to log in
before you can comment on or make changes to this bug.
Description
•