Workaround for richfaces combobox hotkey bug
Posted
by John
on Stack Overflow
See other posts from Stack Overflow
or by John
Published on 2010-04-01T06:38:40Z
Indexed on
2010/04/01
6:43 UTC
Read the original article
Hit count: 288
Hi,
Does anyone know a workaround for the bug https://jira.jboss.org/jira/browse/RF-8076 ?
Just to clarify things, we have a form with multiple inputs, one of them being a combobox with auto complete features. We've setup a hotkey via
<rich:hotKey key="return" ... />
It works great everywhere except in the combobox, and I would really like to get it working on the combobox as well.
The behaviour I want when the ENTER key is pressed inside the combobox is:
- If the combobox context was modified by auto complete then do nothing
- Else action the event on ENTER key pressed
We're running on seam/richfaces. I'm open to any workaround, but simplicity is much sought for.
Thanks!
© Stack Overflow or respective owner