[
https://issues.apache.org/jira/browse/TAP5-364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Howard M. Lewis Ship closed TAP5-364.
-------------------------------------
Resolution: Fixed
Fix Version/s: 5.1.0.0
> BeanEditForm should include the same autofocus parameter that Form has
> ----------------------------------------------------------------------
>
> Key: TAP5-364
> URL: https://issues.apache.org/jira/browse/TAP5-364
> Project: Tapestry 5
> Issue Type: Improvement
> Affects Versions: 5.0.15
> Reporter: brad
> Assignee: Howard M. Lewis Ship
> Priority: Minor
> Fix For: 5.1.0.0
>
>
> Tapestry creates this javascript to auto focus on the first form field.
> Tapestry.DEBUG_ENABLED = true;
> Tapestry.onDOMLoaded(function() {
> $('textarea').activate();
> });
> It would be nice to toggle this feature on and off. Currently I have a form
> at the bottom of a large page. I would like to prevent the browser from auto
> scrolling to the bottom of the page to focus on the form.
> If there is already a workaround please let me know
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.