Closed
Bug 188259
Opened 23 years ago
Closed 23 years ago
Provide method to disable specific/all javascript in <body> tag
Categories
(Core :: DOM: Events, enhancement)
Core
DOM: Events
Tracking
()
People
(Reporter: dsmutil, Assigned: saari)
Details
Attachments
(1 file)
111 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021212
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021212
Some sites want to really control what's shown on their site to the point of
making naviga
Some web sites use javascript to disable useful features in the browser, such as
scrollbars, the nav. bar, etc. These are ususally done by using window.open but
some things can be changed in the <body> tag. I'd like a pref to disable these
features. Some events would include oncontextmenu, ondragstart, onmouseover, and
onselectstart.
Reproducible: Always
Steps to Reproduce:
See attached example. Context menu is disabled.
Reporter | ||
Comment 1•23 years ago
|
||
![]() |
||
Comment 2•23 years ago
|
||
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•