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
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
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
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