nxMirko
Joined: 02/06/2010 11:24:08
Messages: 4
Offline
|
Hello,
I have the following situation. I develop a Portal having multiple IceFaces portlets deployed on a portal page. The various portlets share data using PortletSession and I'm using OnDemandRenderer to execute the server initiated rendering.
One of the portlets contains a auto-complete search mask.
The portlet alone works fine when it is the only icefaces portlet on the portal page. If I put more of my other portlets onto the page, the autocomplete input box still shows me the correct selectitems, but I have problems navigating them using the UP- and DOWN-keys. They are only selectable using the Mouse. Pressing ESCAPE does also not close my autocomplete list either - it closes for a short moment, but reappears pretty soon.
Strange thing is, that when I use JSF navigation to a second page (e.g. a portlet configuration screen) inside my portlet and then go back to my view with the autocomplete component is present, then the select items of the autocomplete are selectable using keyboard (UP and DOWN).
An reload of the whole portal page brings me back to the original problem.
Does anyone have a glue what might happen and can give me hints on howto investigate the problem?
I'm using IceFaces 1.8.2 together with Liferay 5.2.3.
Thanks in advance
Kind regards
Mirko
|