Re: [gwt-contrib] Re: TextBoxBase to implement HasDirection instead of its children

2010-02-08 Thread Ray Ryan
Sounds exciting. Looking forward to your patches. On Sun, Feb 7, 2010 at 11:53 PM, Tomer Greenberg tomer...@google.comwrote: I'm working on a new class named AutoDirHandler, which is supposed to listen on keypress events and adjust the directionality of the TA / TB as you type. The

Re: [gwt-contrib] Re: TextBoxBase to implement HasDirection instead of its children

2010-02-07 Thread Tomer Greenberg
I'm working on a new class named AutoDirHandler, which is supposed to listen on keypress events and adjust the directionality of the TA / TB as you type. The AutoDirHandler is a private member of the TA / TB, which also supply methods to enable / disable it. On Thu, Feb 4, 2010 at 8:12 PM, Ray

[gwt-contrib] Re: TextBoxBase to implement HasDirection instead of its children

2010-02-04 Thread tomerigo
I want TextBoxBase to implement HasDirection, which means moving the implementation of setDirection and getDirection from TextBox / TextArea to TextBoxBase. On 2 פברואר, 23:00, Ray Ryan rj...@google.com wrote: Extending TextBoxBase sounds perfectly reasonable, but what exactly are you proposing

Re: [gwt-contrib] Re: TextBoxBase to implement HasDirection instead of its children

2010-02-04 Thread Ray Ryan
I more wanted to hear an elaboration on I'm going to add some BiDi functionality to TextBox and TextArea. But given that Both of TA and TB implement the interface, refactoring the copy/paste implementation sounds good to me. On Wed, Feb 3, 2010 at 4:01 AM, tomerigo tomer...@google.com wrote: I