Bug Tracker

Modify

Ticket #12418 (closed bug: invalid)

Opened 9 months ago

Last modified 9 months ago

Firefox 15.0 __exposedProps__ is deprecated

Reported by: dittrich@… Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.8.0
Keywords: Cc:
Blocking: Blocked by:

Description

Chrome-JS-Objekte den Inhalten ohne exposedProps auszusetzen, ist unsicher und sollte nicht mehr verwendet werden. Siehe  https://developer.mozilla.org/en/XPConnect_wrappers für weitere Informationen. [Bei diesem Fehler anhalten]

src = target[ name ];

jquery-1.8.0.js (Zeile 322)

Gecko 15.0 note (Firefox 15.0 / Thunderbird 15.0 / SeaMonkey 2.12)

Starting in Gecko 15.0 (Firefox 15.0 / Thunderbird 15.0 / SeaMonkey 2.12), exposing functions or objects without using exposedProps is deprecated. Using exposedProps will be mandatory starting with Gecko 17.0 (Firefox 17.0 / Thunderbird 17.0 / SeaMonkey 2.14).

Change History

comment:1 Changed 9 months ago by anonymous

I was having the same issue, but this is not a JQuery problem. It is a problem of one of your add-ons. One of the add-ons shares a property or function with the content of the page. From Gecko 15 on, it is mandatory for an add-on to explicitly expose such properties.

Try disabling some add-ons. In my case FireQuery was the culprit. See also the discussion here:  https://bugzilla.mozilla.org/show_bug.cgi?id=783485

Cheers

comment:2 Changed 9 months ago by dmethvin

  • Status changed from new to closed
  • Resolution set to invalid

Thanks for the info!

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.