views:

198

answers:

0

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:

  1. If the combobox context was modified by auto complete then do nothing
  2. 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!