Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

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

  • 7 trả lời
  • 1 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi James

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

Giải pháp được chọn

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

Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (7)

@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

Được chỉnh sửa bởi laura-g vào

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.

Được chỉnh sửa bởi laura-g vào

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);

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

@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....!!

Giải pháp được chọn

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