Hi All,
I am facing an issue with rich faces auto completion tag. Kindly share your comments please.
description (in Firefox version: 11):
auto complete suggestion list is disappears on mouse over but for key board arrows its working fine.
jsf version : 2.0
rich faces version: 4.0
xhtml code snippet is :
Findings:
1.Two post requests are invoking on keypress under text field with the same data to the server.
2.Un necessary for ‘mouseenter’ event ajax request is firing on mouse over the suggested list from rich faces autocompletion component hence list is disappear.
3.This is issue occuring all over the application on dialog popup window. Though same code of snippet is working fine in parent windows.
Thanks in advance.