[
https://issues.apache.org/jira/browse/TAP5-994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robin Komiwes updated TAP5-994:
-------------------------------
Description:
As said in the title, field autofocus should be done using the classical
tapestry.js model, i.e. using Tapestry.init() and
Tapestry.Initializer.Autofocus .
Currently, the output produced looks like
$('textfield').activate();
It is Prototype specific and prevent from migrating to another JS library.
was:
As said in the title, field autofocus should be done using the classical
tapestry.js model, i.e. using Tapestry.init and()
Tapestry.Initializer.Autofocus.
Currently, the output produced looks like
{code}
$('textfield').activate();
{code}
It is Prototype specific and prevent from migrating to another JS library.
> Field autofocus should be done via Tapestry.init instead of using $ function
> ----------------------------------------------------------------------------
>
> Key: TAP5-994
> URL: https://issues.apache.org/jira/browse/TAP5-994
> Project: Tapestry 5
> Issue Type: Improvement
> Components: tapestry-core
> Affects Versions: 5.2.0
> Reporter: Robin Komiwes
>
> As said in the title, field autofocus should be done using the classical
> tapestry.js model, i.e. using Tapestry.init() and
> Tapestry.Initializer.Autofocus .
> Currently, the output produced looks like
> $('textfield').activate();
> It is Prototype specific and prevent from migrating to another JS library.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.