Can you report a bug in the issue tracker. CellTree shouldn't navigate if the Cell is being edited.
As far as making EditTextCell bigger, there isn't an easy way to do it yet because we haven't added hooks for ClientBundles. As a workding, you can override the render() method and replace the part where it renders the input with a custom input. Thanks, John LaBanca [email protected] On Wed, Nov 17, 2010 at 6:08 PM, DB <[email protected]> wrote: > I use CellTree with CompositeCell that consist of CheckboxCell and > EditTextCell > I can’t use left/right keys in EditTextCell since they are used to > navigate into/out of child nodes in CellTree widget. This makes > EditTextCell unusable. Is there a way to not use left/right keys for > node navigation and use them in EditTextCell? > tree.setKeyboardSelectionPolicy(KeyboardSelectionPolicy.DISABLED); > does not help. > > One more question: how to change the width of EditTextCell to make it > much bigger? > I appreciate quick respond. > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- 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.
