Closed
Bug 40535
Opened 25 years ago
Closed 4 years ago
disallow/queue alert (and window.open?) on right-click
Categories
(Core :: DOM: Core & HTML, enhancement, P5)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: jruderman, Unassigned)
References
()
Details
http://www.ben2.ucla.edu/~dabruin/falcon3d.html uses javascript alerts to
prevent users from looking at the source code to his site. If the site is
opened in a chromed window, this isn't a huge problem because users can use
menus, but it's still annoying. IE has a workaround: press escape after
mousedowning, and the context menu pops up when you mouseup. This trick
doesn't work in Mozilla because Mozilla triggers context menus on mousedown
instead of on mouseup.
There was another bug somewhere that wanted to disallow popup windows for some
event. This bug may be a duplicate of or closely related to that one.
Reporter | ||
Comment 1•25 years ago
|
||
I was thinking of bug 40005, "Option to disable windows being spawned on exit".
Updated•24 years ago
|
Status: NEW → ASSIGNED
Reporter | ||
Comment 3•24 years ago
|
||
Interestingly, Mozilla now pops up the context menu even while the alert is
active (you have to hold down the right mouse button to see this). I was able
to get two modal dialogs at once using that by clicking "save as" in the
context menu... weird.
Updating url to http://www.angelcities.com/members/jeditemple/3dcraft.html.
Reporter | ||
Comment 4•24 years ago
|
||
Updating url to http://www.bol.ucla.edu/~dabruin/coolpics.html.
Comment 6•24 years ago
|
||
This is an event problem, over to joki.
Assignee: jst → joki
Status: ASSIGNED → NEW
Reporter | ||
Comment 7•24 years ago
|
||
See also bug 72084, "There is no way to disable the context menu upon right-
click".
Comment 8•23 years ago
|
||
> There was another bug somewhere that wanted to disallow popup windows for some
> event.
Bug 92955?
Summary: [RFE] disallow/queue alert (and window.open?) on right-click → disallow/queue alert (and window.open?) on right-click
Reporter | ||
Comment 9•21 years ago
|
||
See also bug 86193, "There is no way to always open the context menu upon
right-click (oncontextmenu?)".
Comment 10•21 years ago
|
||
there is now an option to always open the context menu (see bug 86193)
Comment 11•20 years ago
|
||
*** Bug 282966 has been marked as a duplicate of this bug. ***
Updated•16 years ago
|
Assignee: joki → nobody
QA Contact: desale → general
Updated•16 years ago
|
Comment 13•4 years ago
|
||
We have sufficient features to work around this now (both preventing lots of alerts and opening the context menu anyway), but it's also no longer really a problem on the web at large.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•