Side navigation
#12418 closed bug (invalid)
Opened August 29, 2012 07:24AM UTC
Closed August 29, 2012 12:22PM UTC
Firefox 15.0 __exposedProps__ is deprecated
Reported by: | dittrich@netspione.de | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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).
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