RE: Annoying scroll when a zone is updated

2013-05-21 Thread Ben Titmarsh
Thanks for the replies, that was exactly what I needed! > Date: Tue, 21 May 2013 07:14:12 + > From: p.hv...@albourne.com > To: users@tapestry.apache.org > Subject: Re: Annoying scroll when a zone is updated > > Hi Ben, > > > Check > http://tapestry.apache.

Re: Annoying scroll when a zone is updated

2013-05-21 Thread Peter Hvass
Re: Annoying scroll when a zone is updated Hi Ben, Do you have any form fields in the zone? Those will steal focus (causing a 'jump' in scroll location) unless you specify autofocus="false" on the form. Thanks, Peter - Original Message - From: "Ben Ti

Re: Annoying scroll when a zone is updated

2013-05-20 Thread Peter Hvass
Hi Ben, Do you have any form fields in the zone? Those will steal focus (causing a 'jump' in scroll location) unless you specify autofocus="false" on the form. Thanks, Peter - Original Message - From: "Ben Titmarsh" To: users@tapestry.apache.org Sent: Monday, 20 May, 2013 4:41

RE: Annoying scroll when a zone is updated

2013-05-20 Thread Ben Titmarsh
A bit more detail on this, I've found that the reason for the scroll is because it is focussing on a form field (a select component) above the grid when the zone is updated. I have quite a few form fields inside this zone, is there a way to turn off autofocus for all of them? > From: ben.titma