BeanEditForm auto-focus
-----------------------
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
Priority: Minor
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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]