Re: [qooxdoo-devel] Scrolling TextArea to the bottom

2009-03-14 Thread Marcin Jakubowski
Hello Roman, On 2009-03-14 10:11, Roman Schmid wrote: > That post is dated may 2007, so the bug is most likely fixed now :) > Your Playground example works fine here (Safari 3.2.1, Mac OS X). I know it's from 2007 but it's worth a check - thanks for your report :) I also just checked it in Safari

Re: [qooxdoo-devel] Scrolling TextArea to the bottom

2009-03-14 Thread Roman Schmid
Hi Marcin That post is dated may 2007, so the bug is most likely fixed now :) Your Playground example works fine here (Safari 3.2.1, Mac OS X). Best - Roman Marcin Jakubowski wrote: > Thanks for the tip! I checked the source and scrollToY method is using > scrollTop > property - it works great

Re: [qooxdoo-devel] Scrolling TextArea to the bottom

2009-03-13 Thread Marcin Jakubowski
Hello Alex, Alexander Back 1und1.de> writes: > > Is there a way to autoscroll the TextArea to the bottom of the content? > This is an easy one to solve. Just add the line > > --snip-- > textarea.getContentElement().scrollToY(1); > --snip-- > > to your listener method and you're done. With

Re: [qooxdoo-devel] Scrolling TextArea to the bottom

2009-03-13 Thread Alexander Back
Hi Marcin, On Thursday 12 March 2009 Marcin Jakubowski wrote: > First of all - as I'm new to the community - hello to all the > qooxdooers! And congratulations to all the authors and people involved > for developing such a great framework! Nice to hear these kudos. Welcome to the project! > As mo

[qooxdoo-devel] Scrolling TextArea to the bottom

2009-03-12 Thread Marcin Jakubowski
Hello, First of all - as I'm new to the community - hello to all the qooxdooers! And congratulations to all the authors and people involved for developing such a great framework! As most of people here, I have a question, which I hope someone can answer :) Is there a way to autoscroll the Tex