Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Fungování této stránky je z důvodu údržby dočasně omezeno. Pokud žádný článek nápovědy nevyřeší váš problém a potřebujete se zeptat na další řešení, napište nám na Twitter @FirefoxSupport nebo Reddit /r/firefox.

Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

The 44.0b1 update disabled and took away the right click element properties add-on again. How do I get it back?

  • 7 odpovědí
  • 1 má tento problém
  • 1 zobrazení
  • Poslední odpověď od James

more options

Right clicking on a link used to bring up a choice called "properties". Several years ago, a FireFox update removed that ("properties") and an add-on had to be installed to restore it. The latest FireFox update, named 44.0b1, disabled the restorative add-on and removed the "properties" choice from the right click box again. Now, what is to be done? My Operating System: Windows XP

Right clicking on a link used to bring up a choice called "properties". Several years ago, a FireFox update removed that ("properties") and an add-on had to be installed to restore it. The latest FireFox update, named 44.0b1, disabled the restorative add-on and removed the "properties" choice from the right click box again. Now, what is to be done? My Operating System: Windows XP

Zvolené řešení

laura-g said

@james OMG, how did I end up testing new versions? I know nothing about coding, testing, etc....!!

A Release version would not update to a Beat version so perhaps you downloaded what was actually a Beta build of a version at some point and continued to use it since.

To use current Firefox 43 Release download it from www.mozilla.org/firefox/all

Přečíst dotaz v kontextu 👍 0

Všechny odpovědi (7)

more options
more options

@cor-el - thanks for the reply.

This is it: https://addons.mozilla.org/en-US/firefox/addon/element-properties/?src=api Element Properties 10 by Geoff Lankow Returns the 'Properties' menu item that was removed in Firefox 3.6 to the context menu. Version 10 Info Last Updated: December 8, 2015 Released under Mozilla Public License, version 2.0

Upravil uživatel laura-g dne

more options

So, now what's a person to do? FireFox 3.6 was a long, long time ago. I'm wondering why it's never been restored in the browser it's self after all this time...? Why is an add-on needed? I use that right-click to look at "properties" so often, by reflex, now I'm stupefied everytime I click and nothing is there, LOL.

Upravil uživatel laura-g dne

more options

The install.rdf file of the extension shows a strictCompatibility flag and the maxVersion as 43.0

<em:strictCompatibility>true</em:strictCompatibility>

<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>18.0</em:minVersion>
<em:maxVersion>43.*</em:maxVersion>

It looks that there is a change with the service loaded via this file:

  • resource://gre/modules/LoadContextInfo.jsm
/**
 * This jsm is here only for compatibility.  Extension developers may use it
 * to build nsILoadContextInfo to pass down to HTTP cache APIs.  Originally
 * it was possible to implement nsILoadContextInfo in JS.  But now it turned
 * out to be a built-in class only, so we need a component (service) as
 * a factory to build nsILoadContextInfo in a JS code.
 */

this.EXPORTED_SYMBOLS = ["LoadContextInfo"];
this.LoadContextInfo = Components.classes["@mozilla.org/load-context-info-factory;1"]
                                 .getService(Components.interfaces.nsILoadContextInfoFactory);
more options

Version 10 Released December 8, 2015 97.6 kB Works with Firefox 18.0 - 43.*


Firefox 43 is the current Release on www.mozilla.org/firefox/all as not every Extension author supports development channel builds including Beta, Aurora (aka developers edition) and Nightly. You are Testing the first of the Beta builds for Firefox 44.0

more options

@cor-el, I'm so sorry, but you'll have to hold my hand and walk me through that last post. It's all gibberish to me, I have no idea what it means. LOL!

@james OMG, how did I end up testing new versions? I know nothing about coding, testing, etc....!!

more options

Zvolené řešení

laura-g said

@james OMG, how did I end up testing new versions? I know nothing about coding, testing, etc....!!

A Release version would not update to a Beat version so perhaps you downloaded what was actually a Beta build of a version at some point and continued to use it since.

To use current Firefox 43 Release download it from www.mozilla.org/firefox/all