[
https://issues.jboss.org/browse/RF-13260?page=com.atlassian.jira.plugin.s...
]
Lukáš Fryč updated RF-13260:
----------------------------
Description:
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}
was:
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.
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
Reporter: Lukáš Fryč
Priority: Minor
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