Correction: I use GWT 2.1.0
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors
As far as I could see no keyboard events propagate. I tried with normal
letter keys. In the commented situation they normally log but when I remove
the comment no events propagate. I am using GWT 2.1.1 version.
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors
Here is the test code:
public class KeyboardSelectionPolicyDISABLEDTest {
interface Binder extends UiBinder {
}
private static final Binder binder = GWT.create(Binder.class);
private static final Logger l =
Logger.getLogger(KeyboardSelectionPolicyDISABLEDTest.class.getName());
It is built with GWT. If you show the page source You'll find
gwt:property
and
__gwt_historyFrame
also there is the recognizable
, 7:39 pm, monkeyboy wrote:
> Ok. Thanks for the info.
>
> On Oct 18, 8:31 pm, John LaBanca wrote:
>
> > It won't be fixed for GWT 2.1.0. We plan to add a SelectionManager that
> > gives you control over how user Selection updates the SelectionModel in a
> &g
selection manually
> in the Cell if you want custom selection support.
>
> I know this isn't ideal, but implementing a SelectionManager will take some
> time, and we don't want to rush more features into GWT 2.1.
>
> Thanks,
> John LaBanca
> jlaba...@google.com
This issue still isn't fixed (svn version 9090). Will it make it for
2.1.0?
On Sep 21, 4:01 pm, monkeyboy wrote:
> Thanks John for the quick response. How can I monitor this issue, I
> mean how can I tell when it is solved cause I need this feature real
> soon. I assume it will su
we add ctrl/shift+click
> support, we can fix the issue.
>
> Thanks,
> John LaBanca
> jlaba...@google.com
>
> On Tue, Sep 21, 2010 at 3:56 AM, monkeyboy wrote:
>
> > If the MultiSelectionModel is used as a selection model for a CellList
> > items can only be sel
If the MultiSelectionModel is used as a selection model for a CellList
items can only be selected but they can not be deselected. I found
this in svn 8815. The way to reproduce the bug is to replace the
following code in CwCellList from the showcase example:
// Add a selection model so we can selec
> Thanks,
> John LaBanca
> jlaba...@google.com
>
> On Wed, Jan 20, 2010 at 10:57 AM, monkeyboy wrote:
>
> > Then, how about a list of new features in the trunk since the last
> > release. That way developers would know if they should become involved
> > in the n
Jan 20, 4:26 pm, Ray Ryan wrote:
> On Wed, Jan 20, 2010 at 6:52 AM, monkeyboy wrote:
>
>
>
> > Hello John.
>
> > I'm glad to see that PagingScrollTable will make it to the GWT trunk.
> > Even now it is a useful widget but I can't wait to see the f
Hello John.
I'm glad to see that PagingScrollTable will make it to the GWT trunk.
Even now it is a useful widget but I can't wait to see the final
version. I would like to ask a few questions. I am sorry to hear that
the incubator will be shut down. I was wandering what (if anything)
will replace
-A nice DataGrid (maybe an improvement of the one in the incubator
which works nice).
-Improve change-compile-refresh development experience (like Brad
Leupen said)
-Support (plugin) for an IDE other than eclipse (Netbeans, Idea) would
be nice.
GWT 2.0 rocks. Keep up the good work.
--
http://gro
13 matches
Mail list logo