]
Matej Novotny closed RF-13260.
------------------------------
Verified, closing issue.
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č
Assignee: 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: