if you try to change the location of an element, you typically have to reattach the event listener, unless there were some method to move it in the tree without loosing the attached events. MDC_moveElement (elmx,target_ElmY) would be a great addition to not disrupt playing video or event listeners would provide many new possibilities for reshaping webpages without covering content... or innerHTML onclick events in firefox...
On Jul 23, 11:05 pm, "[email protected]" <[email protected]> wrote: > Thanks everyone for the help. I got it working on my test page. On > the site I am trying to get my final working, the above works when it > is added to the bottom of the body and generates the click event. As > soon as I change the div location to somewhere within the tree where I > need it to be, the click event no longer works. Any ideas? It seems > somehow that after a certain point (I have not tested how far down the > tree it needs to get yet) deep into the DOM tree, the event no longer > fires. Is there any possible way for this to be the case? If so, is > there a way I can actually fix the issue programmaticly in GM? > > Thanks... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/greasemonkey-users?hl=en -~----------~----~----~----~------~----~------~--~---
