Friday, July 31, 2015

Re: celllist multi select opens current page in new window?

So..upon further review...this appears to be a general event handled by "current" browsers.  Shift-Click a link and it opens in a new tab/window.

So I guess I would like to trap the event before it gets to the DOM/window layer?  I tried adding a CellPreviewHandler and checking whether it's a shift-click, and if so, canceling the event and stopPropagation() on the NativeEvent, but this doesn't seem to have any effect.  Is there a different handler/place that I should be trapping the shift (and ctrl) click events?

Thanks,
AJ

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment