Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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

  • 7 답장
  • 1 이 문제를 만남
  • 1 보기
  • 최종 답변자: 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

선택된 해결법

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

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (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

글쓴이 laura-g 수정일시

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.

글쓴이 laura-g 수정일시

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

선택된 해결법

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