Re: [qooxdoo-devel] TextField patch

2008-03-25 Thread Sebastian Werner
Looks like it is fixed already in SVN. Sebastian thron7 schrieb: > Alexei, > >> Thank you for the reply and the roadmap URL. Well, nothing pressing >> there though I'd like to know the 0.7.4 Release Date. :) The thing is >> we're using "svn:externals" method to build our qooxdoo-based app. No

Re: [qooxdoo-devel] TextField patch

2008-03-17 Thread thron7
Alexei, > Thank you for the reply and the roadmap URL. Well, nothing pressing > there though I'd like to know the 0.7.4 Release Date. :) The thing is > we're using "svn:externals" method to build our qooxdoo-based app. Now > the external link points to the legacy branch. Of course I could speci

Re: [qooxdoo-devel] TextField patch

2008-03-17 Thread thron7
Just applied this patch (r12543). Thomas Oleksiy Golovko wrote: > Hello everyone, > > I'm working in legacy (0.7.4-pre) branch. I noticed an error with > TextField.getSelectionStart method in Firefox. It seems that the code > in the appropriate file has 2 typos. I'm using a mixin workaround fo

Re: [qooxdoo-devel] TextField patch

2008-03-17 Thread Oleksiy Golovko
Hi Thomas, Thank you for the reply and the roadmap URL. Well, nothing pressing there though I'd like to know the 0.7.4 Release Date. :) The thing is we're using "svn:externals" method to build our qooxdoo-based app. Now the external link points to the legacy branch. Of course I could specify t

Re: [qooxdoo-devel] TextField patch

2008-03-17 Thread thron7
Oleksiy Golovko wrote: > Hello everyone, > > I'm working in legacy (0.7.4-pre) branch. I noticed an error with > TextField.getSelectionStart method in Firefox. It seems that the code > in the appropriate file has 2 typos. I'm using a mixin workaround for > now, but it would be great if you could

[qooxdoo-devel] TextField patch

2008-03-15 Thread Oleksiy Golovko
Hello everyone, I'm working in legacy (0.7.4-pre) branch. I noticed an error with TextField.getSelectionStart method in Firefox. It seems that the code in the appropriate file has 2 typos. I'm using a mixin workaround for now, but it would be great if you could incorporate this patch. And th