1 Reply Latest reply on Feb 26, 2008 10:33 AM by sansaric

    rich:suggestionbox does not work properly in IE6; works fine

    sansaric

      rich:suggestionbox does not work properly in IE6 when 3.1.3 and 3.1.4 Rich Faces jars are used. If I go back to Rich Faces 3.1.0 jars, rich:suggestionbox work fine in IE6. All three versions work fine in firefox 2.

      The behavior is such that after I type in the suggestion box, a filtered list of items pops up. However, when I click on one of the items in the list, the item does not get transfered to the h:inputText component it is linked to.

      I went through a similar brake in the past when I upreved from 3.0.x to 3.1.0 and the solution was to patch tomahawk1.6 with the latest prototype.js. I still have this patched tomahawk1.6 along with MyFaces1.1.5 and use Tomcat 5.5.15.

      Any suggestions on how to fix this ? I would like to use RichFaces 3.1.4 in order to use some of the latest components such as the rich:contextMenu, and rich:componentControl which are also giving me problems as described in an earlier post today.

      Thanks in advance for your help

        • 1. Re: rich:suggestionbox brakes when tomahawk calendar present
          sansaric

          After troubleshooting, it was determined that the root cause of the rich:suggestionBox not working properly as descrived in the original post is the presense of the tomahawk calendar tag <t:inputCalendar>. As soon as I remove the tag, the suggestionBox works fine. Any idea why ?

          I know I could convert to the rich:calendar, however, this issue may need to be addressed.