Re: Is AUTO_SCROLL broken?

2007-08-31 Thread Bjørn T Johansen
I tried to switch back to myfaces 1.1.4 (from 1.1.5) and to tomahawk 1.1.3 (from 1.1.6) and now auto_scroll works again, so there is definitely something that has happend in the newer release BTJ On Wed, 15 Aug 2007 13:00:40 +0200 Bjørn T Johansen [EMAIL PROTECTED] wrote: Done...

Re: Is AUTO_SCROLL broken?

2007-08-31 Thread Bruno Aranda
Doesn't this work for you? It works for me... http://www.irian.at/myfaces/autoscroll.jsf Cheers, Bruno On 31/08/2007, Bjørn T Johansen [EMAIL PROTECTED] wrote: I tried to switch back to myfaces 1.1.4 (from 1.1.5) and to tomahawk 1.1.3 (from 1.1.6) and now auto_scroll works again, so there

Re: Is AUTO_SCROLL broken?

2007-08-31 Thread Bjørn T Johansen
That page works yes But when I upgrade to myfaces 1.1.5 and tomahawk 1.1.6, then auto_scroll stops working for my webapp (and that is the only change I need to do to make auto_scroll stop working...) BTJ On Fri, 31 Aug 2007 10:17:32 +0100 Bruno Aranda [EMAIL PROTECTED] wrote: Doesn't this

Re: Is AUTO_SCROLL broken?

2007-08-31 Thread Bjørn T Johansen
Just tried with the latest snapshot of both myfaces and tomahawk and using those, auto_scroll works... BTJ On Fri, 31 Aug 2007 10:29:54 +0100 Bruno Aranda [EMAIL PROTECTED] wrote: Interesting... probably there is an incompatibility somewhere. Have you tried by any chance using the latest

Re: Is AUTO_SCROLL broken?

2007-08-31 Thread Bruno Aranda
Interesting... probably there is an incompatibility somewhere. Have you tried by any chance using the latest snapshots of myfaces, tomahawk, or both? Thanks for checking, Bruno On 31/08/2007, Bjørn T Johansen [EMAIL PROTECTED] wrote: That page works yes But when I upgrade to myfaces 1.1.5

Re: Is AUTO_SCROLL broken?

2007-08-15 Thread Martin Marinschek
so is the method getScrolling rendered? regards, Martin On 8/13/07, Bjørn T Johansen [EMAIL PROTECTED] wrote: Not sure what to look for, but I can see some hidden buttons called autoScroll and also some onclick events that contain:

Re: Is AUTO_SCROLL broken?

2007-08-15 Thread Martin Marinschek
Interesting. File an issue with your comments, I might be able to look into this some time the next days. regards, Martin On 8/15/07, Bjørn T Johansen [EMAIL PROTECTED] wrote: Yes, it looks like this...: script type=text/javascript!-- function getScrolling() {

Re: Is AUTO_SCROLL broken?

2007-08-15 Thread Bjørn T Johansen
Done... (MYFACES-1706) On Wed, 15 Aug 2007 12:38:57 +0200 Martin Marinschek [EMAIL PROTECTED] wrote: Interesting. File an issue with your comments, I might be able to look into this some time the next days. regards, Martin On 8/15/07, Bjørn T Johansen [EMAIL PROTECTED] wrote:

Is AUTO_SCROLL broken?

2007-08-13 Thread Bjørn T Johansen
I just noticed that auto scroll doesn't work anymore, it used to... And the only thing I have done the last weeks is to upgrade to myfaces 1.1.5 and tomahawk 1.1.6... Is this a known problem or am I missing something? Regards, BTJ --

Re: Is AUTO_SCROLL broken?

2007-08-13 Thread Martin Marinschek
Do you have any javascript errors? regards, Martin On 8/13/07, Bjørn T Johansen [EMAIL PROTECTED] wrote: I just noticed that auto scroll doesn't work anymore, it used to... And the only thing I have done the last weeks is to upgrade to myfaces 1.1.5 and tomahawk 1.1.6... Is this a known

Re: Is AUTO_SCROLL broken?

2007-08-13 Thread Bjørn T Johansen
Nope... I installed Firebug and the Console tab is empty (I am guessing the errors should be shown there...) BTJ On Mon, 13 Aug 2007 20:13:38 +0200 Martin Marinschek [EMAIL PROTECTED] wrote: Do you have any javascript errors? regards, Martin On 8/13/07, Bjørn T Johansen [EMAIL

Re: Is AUTO_SCROLL broken?

2007-08-13 Thread Martin Marinschek
Is the auto-scroll script rendered? regards, Martin On 8/13/07, Bjørn T Johansen [EMAIL PROTECTED] wrote: Nope... I installed Firebug and the Console tab is empty (I am guessing the errors should be shown there...) BTJ On Mon, 13 Aug 2007 20:13:38 +0200 Martin Marinschek [EMAIL

Re: Is AUTO_SCROLL broken?

2007-08-13 Thread Bjørn T Johansen
Not sure what to look for, but I can see some hidden buttons called autoScroll and also some onclick events that contain: {oamSetHiddenInput('content:formOrder','autoScroll',getScrolling());} BTJ On Mon, 13 Aug 2007 20:45:28 +0200 Martin Marinschek [EMAIL PROTECTED] wrote: Is the