• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

rich faces auto complete fails in dialog popup window

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
reply
    Bookmark Topic Watch Topic
  • New Topic