Closed
Bug 362049
Opened 18 years ago
Closed 18 years ago
Javascript anchor evaluated upon select when Javascript is not enabled
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 368655
People
(Reporter: gamix, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8
Build Identifier: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8
With javascript disabled, selecting an anchor including href="javascript..." is evaluated.
Reproducible: Always
Steps to Reproduce:
Tools->Options->Content "Enable Javascript" is not checked.
Include the following anchor in an HTML page, then drag and drop into firefox.
<A href="javascript:b('ftp://nobody:password@127.0.0.1/');">link</a>
Actual Results:
When rendered, select the link and Firefox evaluates the ftp URI even though javascript is disabled.
Comment 1•18 years ago
|
||
Reporter, do you still see this problem with the latest Firefox 2? If not, can you please close this bug as WORKSFORME. Thanks!
Whiteboard: CLOSEME 07/14
Version: unspecified → 1.5.0.x Branch
Updated•18 years ago
|
Assignee: nobody → general
Component: Preferences → JavaScript Engine
Product: Firefox → Core
QA Contact: preferences → general
Version: 1.5.0.x Branch → 1.8 Branch
Updated•18 years ago
|
Assignee: general → nobody
Component: JavaScript Engine → DOM
QA Contact: general → general
Whiteboard: CLOSEME 07/14
Updated•18 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•