Closed Bug 968706 Opened 10 years ago Closed 10 years ago

jquery triggering not working

Categories

(Add-on SDK Graveyard :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: suneeshtr, Unassigned)

Details

User Agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36

Steps to reproduce:

i created a hai.html and using pagemod i injected my scripts into that here is my code  and that hai.html https://github.com/suneeshtr/trigger-test.git



Actual results:

injection of scripts and everything works fine except triggering. when i tried to append a file it works..
So a content script have some limitations, see https://developer.mozilla.org/en-US/Add-ons/SDK/Guides/Content_Scripts/Accessing_the_DOM

It's very likely that one of the scripts you are using has run in to one of these limitations and broke, so you should look for an error, and you'll likely need to report the issue to the developer of that script.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
if it is the problem with wrappers. then how can i append value into that?

(In reply to Erik Vold [:erikvold] [:ztatic] from comment #1)
> So a content script have some limitations, see
> https://developer.mozilla.org/en-US/Add-ons/SDK/Guides/Content_Scripts/
> Accessing_the_DOM
> 
> It's very likely that one of the scripts you are using has run in to one of
> these limitations and broke, so you should look for an error, and you'll
> likely need to report the issue to the developer of that script.
can u fix that.?
or please give some other working example.
(In reply to Erik Vold [:erikvold] [:ztatic] from comment #1)
> So a content script have some limitations, see
> https://developer.mozilla.org/en-US/Add-ons/SDK/Guides/Content_Scripts/
> Accessing_the_DOM
> 
> It's very likely that one of the scripts you are using has run in to one of
> these limitations and broke, so you should look for an error, and you'll
> likely need to report the issue to the developer of that script.
Resolution: INVALID → WONTFIX
You need to log in before you can comment on or make changes to this bug.