hi community, i wrote a little logic-attacher in gwt that is called from hand written javascript. i get an element by its id, wrap it in a flowpanel, wrap that in a table, put some buttons in the table and attach mouseover & clickhandlers to the buttons.
then i attach the whole thing to a div. everything works except the handlers - they simply are never called. when doing everything in puregwt (no native dom manipulation, just gwt widgets & panels) it works fine. does moving elements in the dom tree destroy the handlers? if yes, are they repairable? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en.
