Friday, July 31, 2015

celllist multi select opens current page in new window?

I would think I tested this before, but during some testing of my gwt page today I noticed that when I try to multi-select from my cellist, "something" is firing and opening a new window/tab with my current page.

My multiselect for the celllist is simple:
        // Add a selection model using the same keyProvider.
        final MultiSelectionModel<docWithId> selectionModel = new MultiSelectionModel(keyProvider);
        cellList.setSelectionModel(selectionModel);


When I try to "shift-select" or "ctrl-select" in Chrome or IE11 (on Windows 8), a new window launches!

If anyone has any ideas where to start troubleshooting this, I would appreciate it.

-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