לאתר זה תהיה פונקציונליות מוגבלת בזמן שאנו מתחזקים אותו לשיפור החוויה שלך. אם מאמר מסויים לא פותר את הבעיה שלך וברצונך לשאול שאלה, קהילת התמיכה שלנו מחכה לעזור לך ב־Twitter תחת ‎@FirefoxSupport וב־Reddit תחת ‎/r/firefox.

חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

using disabled="true" enables document.oncontextmenu behavior

  • 4 תגובות
  • 1 has this problem
  • 1 view
  • תגובה אחרונה מאת mephillips423

more options

I disable right click context menu on the body element. <body onload="document.oncontextmenu = function() {return false};">

Now if I use disabled=true on various elements (<input type="text" disabled=true>, <textarea disabled="true">). Right click displays a context menu. This behavior does not happen on other browsers, and probably is a regression, but I don't know when it stopped working.

The context menu is disabled as long as the disabled="true" is not present.

I disable right click context menu on the body element. <body onload="document.oncontextmenu = function() {return false};"> Now if I use disabled=true on various elements (<input type="text" disabled=true>, <textarea disabled="true">). Right click displays a context menu. This behavior does not happen on other browsers, and probably is a regression, but I don't know when it stopped working. The context menu is disabled as long as the disabled="true" is not present.

כל התגובות (4)

more options

Maybe setting the control to disabled makes it a "no JavaScript events" zone, so your script never sees the right-click?

You could check Firefox 60 ESR Portable Edition to see whether this is a change since Firefox 60. That runs out of the download folder so it doesn't touch your settings. However, you do need to exit out of regular Firefox in order to run it.

https://portableapps.com/apps/internet/firefox-portable-esr

more options

It was broken in that version also (60.6.1.esr). Just for clarity I am using the latest verion 66.0.2.

more options

Hmm, you could check whether anyone has already reported it as a bug (or requested changing it): https://bugzilla.mozilla.org/

more options