[richfaces-issues] [JBoss JIRA] (RF-13260) Autocomplete - remove onlist* event handlers

Brian Leathem (JIRA) jira-events at lists.jboss.org
Tue Oct 15 17:28:35 EDT 2013


     [ https://issues.jboss.org/browse/RF-13260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Leathem updated RF-13260:
-------------------------------

     Original Estimate: 30 minutes
    Remaining Estimate: 30 minutes

    
> Autocomplete - remove onlist* event handlers
> --------------------------------------------
>
>                 Key: RF-13260
>                 URL: https://issues.jboss.org/browse/RF-13260
>             Project: RichFaces
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: component-input
>    Affects Versions: 5.0.0.Alpha1
>            Reporter: Lukáš Fryč
>            Priority: Minor
>             Fix For: 5.0.0.Alpha2
>
>   Original Estimate: 30 minutes
>  Remaining Estimate: 30 minutes
>
> I believe those onlist* mouse and keyboard handlers are not necessary with exposing rich jQuery UI Autocomplete event API:
> http://api.jqueryui.com/autocomplete/
> In 4.3, those events could be used for intercepting process of menu manipulation, but the new events are so rich that the list handlers are not necessary.
> One can potentially use such a code to register event handler:
> {code}
> #{r:jquery('autocomplete')}.autocomplete('menu').on('click', );
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the richfaces-issues mailing list