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 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 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 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... (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:
> > > > > >
> > > > > > Yes, it looks like this...:
> > > > > >
> > > > > > <script type="text/javascript"><!--
> > > > > >
> > > > > >         function getScrolling()
> > > > > >         {
> > > > > >                 var x = 0; var y = 0;if (self.pageXOffset ||
> > > > > > self.pageYOffset)
> > > > > >                 {
> > > > > >                         x = self.pageXOffset;
> > > > > >                         y = self.pageYOffset;
> > > > > >                 }
> > > > > >                  else if ((document.documentElement &&
> > > > > > document.documentElement.scrollLeft)||(document.documentElement &&
> > > > > > document.documentElement.scrollTop)) {
> > > > > >                         x = document.documentElement.scrollLeft;
> > > > > >                         y = document.documentElement.scrollTop;
> > > > > >                 }
> > > > > >                  else if (document.body)
> > > > > >                 {
> > > > > >                         x = document.body.scrollLeft;
> > > > > >                         y = document.body.scrollTop;
> > > > > >                 }
> > > > > >                 return x + "," + y;
> > > > > >         }
> > > > > >
> > > > > > //--></script>
> > > > > >
> > > > > >
> > > > > >
> > > > > > BTJ
> > > > > >
> > > > > > On Wed, 15 Aug 2007 09:55:37 +0200
> > > > > > "Martin Marinschek" <[EMAIL PROTECTED]> wrote:
> > > > > >
> > > > > > > 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:
> > > > > > > >
> > > > > > > > {oamSetHiddenInput('content:formOrder','autoScroll',getScrolling());}
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > BTJ
> > > > > > > >
> > > > > > > > On Mon, 13 Aug 2007 20:45:28 +0200
> > > > > > > > "Martin Marinschek" <[EMAIL PROTECTED]> wrote:
> > > > > > > >
> > > > > > > > > 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 PROTECTED]> wrote:
> > > > > > > > > >
> > > > > > > > > > > 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 problem or am I missing something?
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > Regards,
> > > > > > > > > > > >
> > > > > > > > > > > > BTJ
> > > > > > > > > > > >
> > > > > > > > > > > > --
> > > > > > > > > > > >
> > > > > > > >
> > > > > > -----------------------------------------------------------------------------------------------
> > > > > > > > > > > > Bjørn T Johansen
> > > > > > > > > > > >
> > > > > > > > > > > > [EMAIL PROTECTED]
> > > > > > > > > > > >
> > > > > > > >
> > > > > > -----------------------------------------------------------------------------------------------
> > > > > > > > > > > > Someone wrote:
> > > > > > > > > > > > "I understand that if you play a Windows CD backwards 
> > > > > > > > > > > > you hear
> > > > > > > > strange Satanic messages"
> > > > > > > > > > > > To which someone replied:
> > > > > > > > > > > > "It's even worse than that; play it forwards and it 
> > > > > > > > > > > > installs
> > > > > > > > Windows"
> > > > > > > > > > > >
> > > > > > > >
> > > > > > -----------------------------------------------------------------------------------------------
> > > > > > > > > > > >
>

Reply via email to