On Jul 1, 4:59 pm, Jeff Larsen <[email protected]> wrote: > for the rightclick to work on the tree item, you also have to do > event.preventDefault(); which stops the default browser behavior.
Tried this; still didn't stop the default behavior. I think it's the browser is doing this; if so, I don't think it can be overridden within GWT. So, I stopped using PopupPanel (for right-clicks) and moved on another way. Thanks, anyway. > > As to why it works in chrome but not ie, have you disabled some browsers in > your gwt.xml file? No, I haven't done this. I'll pull components out of the code (at some point in the near future) to let you know exactly where IE doesn't like the code. Thx. -- 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.
