1 2 Previous Next 19 Replies Latest reply on Dec 31, 2008 9:41 AM by ssilvert

    Error clicking rich:menuItem in IE 6 mode

    kragoth

      xhtml snippet

      <rich:dropDownMenu id="tenureTablesDropDown"
       value="Tenure Tables">
      
       <rich:menuItem id="lesseessMenuItem"
       action="#{TenureMenuActionBean.lesseesMenuItemClicked()}"
       value="Lessees" />
      


      In FIREFOX mode
      WebClientSpec wcSpec = new WebClientSpec(HomePageDriver.PAGE, BrowserVersion.FIREFOX_2);
      


      I can just do a client.click("lesseessMenuItem") and it works.

      But if I change the mode to IE 6 it does not perform the action associated with that menu option.

      Once again I realise this isn't technically a JSFUnit bug. But.... yeah same story as before. I really don't have time to go find why this is failing.

        • 1. Re: Error clicking rich:menuItem in IE 6 mode
          ssilvert

          Have you tried version 2.3 of HtmlUnit? It was just released three days ago.

          Stan

          • 2. Re: Error clicking rich:menuItem in IE 6 mode
            kragoth

            Hmm, I don't think I tried this on 2.3 cause of other issues I had. I'll give it a go and let you know.

            • 3. Re: Error clicking rich:menuItem in IE 6 mode
              kragoth

              Yeah 2.3 of htmlunit just doesn't work at all. All my tests fail with this exception

              com.gargoylesoftware.htmlunit.ObjectInstantiationException: unable to create HTML parser
               at com.gargoylesoftware.htmlunit.html.HTMLParser$HtmlUnitDOMBuilder.<init>(HTMLParser.java:397)
               at com.gargoylesoftware.htmlunit.html.HTMLParser$HtmlUnitDOMBuilder.<init>(HTMLParser.java:332)
               at com.gargoylesoftware.htmlunit.html.HTMLParser.parse(HTMLParser.java:232)
               at com.gargoylesoftware.htmlunit.DefaultPageCreator.createHtmlPage(DefaultPageCreator.java:127)
               at com.gargoylesoftware.htmlunit.DefaultPageCreator.createPage(DefaultPageCreator.java:101)
               at com.gargoylesoftware.htmlunit.WebClient.loadWebResponseInto(WebClient.java:443)
               at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:331)
               at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:388)
               at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:373)
               at org.jboss.jsfunit.framework.SimpleInitialRequestStrategy.doInitialRequest(SimpleInitialRequestStrategy.java:47)
               at org.jboss.jsfunit.framework.WebClientSpec.doInitialRequest(WebClientSpec.java:232)
               at org.jboss.jsfunit.jsfsession.JSFSession.<init>(JSFSession.java:80)
               at gekko.web.jsfunit.pages.AbstractGekkoWebTest.afterSetUp(AbstractGekkoWebTest.java:41)
               at gekko.web.jsfunit.pages.AbstractGekkoWebTest.setUp(AbstractGekkoWebTest.java:32)
               at junit.framework.TestCase.runBare(TestCase.java:132)
               at org.apache.cactus.internal.AbstractCactusTestCase.runBareServer(AbstractCactusTestCase.java:153)
               at org.apache.cactus.internal.server.AbstractWebTestCaller.doTest(AbstractWebTestCaller.java:119)
               at org.apache.cactus.internal.server.AbstractWebTestController.handleRequest_aroundBody0(AbstractWebTestController.java:93)
               at org.apache.cactus.internal.server.AbstractWebTestController.handleRequest_aroundBody1$advice(AbstractWebTestController.java:224)
               at org.apache.cactus.internal.server.AbstractWebTestController.handleRequest(AbstractWebTestController.java)
               at org.apache.cactus.server.ServletTestRedirector.doPost_aroundBody2(ServletTestRedirector.java:101)
               at org.apache.cactus.server.ServletTestRedirector.doPost_aroundBody3$advice(ServletTestRedirector.java:217)
               at org.apache.cactus.server.ServletTestRedirector.doPost(ServletTestRedirector.java)
               at org.jboss.jsfunit.framework.JSFUnitServletRedirector.doPost(JSFUnitServletRedirector.java:42)
               at org.apache.cactus.server.ServletTestRedirector.doGet_aroundBody0(ServletTestRedirector.java:72)
               at org.apache.cactus.server.ServletTestRedirector.doGet_aroundBody1$advice(ServletTestRedirector.java:217)
               at org.apache.cactus.server.ServletTestRedirector.doGet(ServletTestRedirector.java)
               at org.jboss.jsfunit.framework.JSFUnitServletRedirector.doGet(JSFUnitServletRedirector.java:48)
               at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
               at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
               at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
               at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
               at org.jboss.jsfunit.framework.JSFUnitFilter.doFilter(JSFUnitFilter.java:122)
               at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
               at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
               at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
               at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85)
               at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
               at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
               at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
               at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
               at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
               at org.jboss.seam.web.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:42)
               at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
               at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:522)
               at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60)
               at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
               at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58)
               at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
               at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68)
               at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
               at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
               at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
               at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
               at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:177)
               at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:267)
               at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:380)
               at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:507)
               at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
               at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
               at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
               at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
               at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
               at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
               at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
               at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
               at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
               at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)
               at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
               at java.lang.Thread.run(Thread.java:619)
              Enclosed exception: org.xml.sax.SAXNotRecognizedException: Feature 'http://cyberneko.org/html/features/parse-noscript-content' is not recognized.
               at org.apache.xerces.parsers.AbstractSAXParser.setFeature(Unknown Source)
               at com.gargoylesoftware.htmlunit.html.HTMLParser$HtmlUnitDOMBuilder.<init>(HTMLParser.java:390)
               at com.gargoylesoftware.htmlunit.html.HTMLParser$HtmlUnitDOMBuilder.<init>(HTMLParser.java:332)
               at com.gargoylesoftware.htmlunit.html.HTMLParser.parse(HTMLParser.java:232)
               at com.gargoylesoftware.htmlunit.DefaultPageCreator.createHtmlPage(DefaultPageCreator.java:127)
               at com.gargoylesoftware.htmlunit.DefaultPageCreator.createPage(DefaultPageCreator.java:101)
               at com.gargoylesoftware.htmlunit.WebClient.loadWebResponseInto(WebClient.java:443)
               at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:331)
               at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:388)
               at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:373)
               at org.jboss.jsfunit.framework.SimpleInitialRequestStrategy.doInitialRequest(SimpleInitialRequestStrategy.java:47)
               at org.jboss.jsfunit.framework.WebClientSpec.doInitialRequest(WebClientSpec.java:232)
               at org.jboss.jsfunit.jsfsession.JSFSession.<init>(JSFSession.java:80)
               at gekko.web.jsfunit.pages.AbstractGekkoWebTest.afterSetUp(AbstractGekkoWebTest.java:41)
               at gekko.web.jsfunit.pages.AbstractGekkoWebTest.setUp(AbstractGekkoWebTest.java:32)
               at junit.framework.TestCase.runBare(TestCase.java:132)
               at org.apache.cactus.internal.AbstractCactusTestCase.runBareServer(AbstractCactusTestCase.java:153)
               at org.apache.cactus.internal.server.AbstractWebTestCaller.doTest(AbstractWebTestCaller.java:119)
               at org.apache.cactus.internal.server.AbstractWebTestController.handleRequest_aroundBody0(AbstractWebTestController.java:93)
               at org.apache.cactus.internal.server.AbstractWebTestController.handleRequest_aroundBody1$advice(AbstractWebTestController.java:224)
               at org.apache.cactus.internal.server.AbstractWebTestController.handleRequest(AbstractWebTestController.java)
               at org.apache.cactus.server.ServletTestRedirector.doPost_aroundBody2(ServletTestRedirector.java:101)
               at org.apache.cactus.server.ServletTestRedirector.doPost_aroundBody3$advice(ServletTestRedirector.java:217)
               at org.apache.cactus.server.ServletTestRedirector.doPost(ServletTestRedirector.java)
               at org.jboss.jsfunit.framework.JSFUnitServletRedirector.doPost(JSFUnitServletRedirector.java:42)
               at org.apache.cactus.server.ServletTestRedirector.doGet_aroundBody0(ServletTestRedirector.java:72)
               at org.apache.cactus.server.ServletTestRedirector.doGet_aroundBody1$advice(ServletTestRedirector.java:217)
               at org.apache.cactus.server.ServletTestRedirector.doGet(ServletTestRedirector.java)
               at org.jboss.jsfunit.framework.JSFUnitServletRedirector.doGet(JSFUnitServletRedirector.java:48)
               at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
               at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
               at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
               at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
               at org.jboss.jsfunit.framework.JSFUnitFilter.doFilter(JSFUnitFilter.java:122)
               at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
               at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
               at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
               at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85)
               at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
               at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
               at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
               at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
               at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
               at org.jboss.seam.web.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:42)
               at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
               at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:522)
               at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60)
               at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
               at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58)
               at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
               at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68)
               at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
               at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
               at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
               at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
               at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:177)
               at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:267)
               at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:380)
               at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:507)
               at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
               at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
               at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
               at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
               at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
               at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
               at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
               at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
               at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
               at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)
               at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
               at java.lang.Thread.run(Thread.java:619)
              


              • 4. Re: Error clicking rich:menuItem in IE 6 mode
                kragoth

                Oops... my bad. Seems that the last exception I just posted was cause because I just needed to upgrade nekohtml to 1.9.9.

                Sorry!


                BUT, the issue that I originally posted about still exists.

                In IE(6 or 7) mode the drop down menuItems cannot be clicked. And to make matters worse in Firefox mode some of my other tests fail *sigh*

                So the problem in the original post still exists.

                • 5. Re: Error clicking rich:menuItem in IE 6 mode
                  kragoth

                  Here are my libs (well, web side ones anyway) incase you want to know what I have.

                  \lib\cactus\cactus-1.7.2.jar
                  \lib\cactus\cactus-ant-1.7.2.jar
                  \lib\commons-discovery\commons-discovery-0.4.jar
                  \lib\commons-el\commons-el-1.0.jar
                  \lib\commons-httpclient\commons-httpclient-3.1.jar
                  \lib\commons-io\commons-io-1.4.jar
                  \lib\el\el-impl-1.0.jar
                  \lib\facelets\jsf-facelets-1.1.13.jar
                  \lib\htmlunit\htmlunit-2.3.jar
                  \lib\htmlunit\htmlunit-core-js-2.2.jar
                  \lib\javaee\el-api-1.0.jar
                  \lib\javaee\jsp-api.jar
                  \lib\javaee\servlet-api.jar
                  \lib\jsf\jsf-api.jar
                  \lib\jsf\jsf-impl.jar
                  \lib\jsf-unit\cargo-0.5.jar
                  \lib\jsf-unit\cssparser-0.9.5.jar
                  \lib\jsf-unit\jboss-jsfunit-analysis-1.0.0.GA-SNAPSHOT.jar
                  \lib\jsf-unit\jboss-jsfunit-ant-1.0.0.GA-SNAPSHOT.jar
                  \lib\jsf-unit\jboss-jsfunit-core-1.0.0.GA-SNAPSHOT.jar
                  \lib\jsf-unit\jboss-jsfunit-richfaces-1.0.0.GA-SNAPSHOT.jar
                  \lib\jsf-unit\jtidy-4aug2000r7-dev.jar
                  \lib\jsf-unit\junit-noframes.xsl
                  \lib\jsf-unit\sac-1.3.jar
                  \lib\jsf-unit\serializer-2.7.1.jar
                  \lib\jsf-unit\xalan-2.7.1.jar
                  \lib\jsf-unit\xercesImpl-2.9.0.jar
                  \lib\jsf-unit\xml-apis-1.0.b2.jar
                  \lib\jsf-unit\xmlParserAPIs-2.2.1.jar
                  \lib\jstl\jstl.jar
                  \lib\jstl\standard.jar
                  \lib\nekohtml\nekohtml-1.9.9.jar
                  \lib\rhino-javascript-engine\js-1.7R1.jar
                  \lib\richfaces\richfaces-api-3.2.2.GA.jar
                  \lib\richfaces\richfaces-impl-3.2.2.GA.jar
                  \lib\richfaces\richfaces-ui-3.2.2.GA.jar
                  \lib\seam\hibernate-validator.jar
                  \lib\seam\jboss-el.jar
                  \lib\seam\jboss-seam.jar
                  \lib\seam\jboss-seam-debug.jar
                  \lib\seam\jboss-seam-ui.jar
                  \lib\xml-rpc\ws-commons-util-1.0.2.jar
                  \lib\xml-rpc\xmlrpc-client-3.1.jar
                  \lib\xml-rpc\xmlrpc-common-3.1.jar
                  \lib\xml-rpc\xmlrpc-server-3.1.jar
                  


                  • 6. Re: Error clicking rich:menuItem in IE 6 mode
                    ssilvert

                    I can't reproduce this. I created a test to run against the RichFaces demo app using RichFaces 2.2.2, HtmlUnit 2.3, and Neko 1.9.9. Here is my source:

                    http://fisheye.jboss.org/browse/~raw,r=354/JSFUnit/trunk/jboss-jsfunit-examples/jboss-jsfunit-examples-richfaces/src/test/java/org/jboss/jsfunit/test/richfaces/RichDropDownMenuTest.java

                    The demo app is basically the same as what you see here:
                    http://jsfunit.demo.jboss.com/jboss-jsfunit-examples-richfaces/richfaces/dropDownMenu.jsf?c=dropDownMenu

                    The xhtml looks like this:

                    <rich:dropDownMenu id="File" value="File">
                    
                     <rich:menuItem id="New" submitMode="ajax" value="New" action="#{ddmenu.doNew}">
                     </rich:menuItem>
                     <rich:menuItem id="Open" submitMode="ajax" value="Open" action="#{ddmenu.doOpen}"/>
                     <rich:menuGroup id="SaveAs" value="Save As...">
                     <rich:menuItem id="TextFile" submitMode="ajax" value="Text File" action="#{ddmenu.doSaveText}"/>
                     <rich:menuItem id="PDFFile" submitMode="ajax" value="PDF File" action="#{ddmenu.doPDF}"/>
                     </rich:menuGroup>
                     <rich:menuItem id="Close" submitMode="ajax" value="Close" action="#{ddmenu.doClose}"/>
                     <rich:menuSeparator id="menuSeparator11"/>
                     <rich:menuItem id="Exit" submitMode="ajax" value="Exit" action="#{ddmenu.doExit}"/>
                    
                     </rich:dropDownMenu>


                    Any idea why mine works and yours doesn't?

                    Stan

                    • 7. Re: Error clicking rich:menuItem in IE 6 mode
                      kragoth

                      Could you provide the versions of the libraries you are using for all jsfunit dependencies?

                      Maybe one of my other libraries is out of date?

                      Thanks.

                      Later on today I'll try write a more basic test in my project to see if I can narrow down the problem.

                      • 8. Re: Error clicking rich:menuItem in IE 6 mode
                        ssilvert

                        Here you go. I've checked in the test, so you can also run from the latest SVN.

                        svn checkout http://anonsvn.jboss.org/repos/jsfunit/trunk jsfunit
                        cd jsfunit/jboss-jsfunit-examples/jboss-jsfunit-examples-richfaces
                        mvn -Ptest,myfaces1.1 -Dtest=RichDropDownMenuTest

                        Not sure why I've got two versions of commons-collections in there. I need to fix the build.

                        08/10/2007 07:06 PM 736,810 ant-1.5.4.jar
                        09/10/2008 01:49 AM 443,432 antlr-2.7.6.jar
                        08/10/2007 07:06 PM 41,534 aspectjrt-1.2.1.jar
                        08/10/2007 07:06 PM 259,182 cactus-13-1.7.1.jar
                        08/10/2007 07:06 PM 180,327 cactus-ant-13-1.7.1.jar
                        08/10/2007 07:06 PM 359,270 cargo-0.5.jar
                        08/10/2007 07:07 PM 188,671 commons-beanutils-1.7.0.jar
                        08/10/2007 07:07 PM 46,725 commons-codec-1.3.jar
                        09/10/2008 02:22 AM 559,366 commons-collections-3.1.jar
                        08/10/2007 07:06 PM 571,259 commons-collections-3.2.jar
                        08/10/2007 07:07 PM 143,602 commons-digester-1.8.jar
                        04/29/2008 08:05 PM 305,001 commons-httpclient-3.1.jar
                        04/29/2008 08:10 PM 109,043 commons-io-1.4.jar
                        05/01/2008 05:16 PM 261,809 commons-lang-2.4.jar
                        08/10/2007 07:05 PM 38,015 commons-logging-1.0.4.jar
                        04/29/2008 08:21 PM 253,950 cssparser-0.9.5.jar
                        09/10/2008 07:17 PM 28,157 darkX-3.2.2.GA.jar
                        09/10/2008 01:50 AM 313,898 dom4j-1.6.1.jar
                        09/10/2008 01:07 AM 29,309 el-api-1.0.jar
                        09/10/2008 09:40 PM 72,009 el-impl-1.0.jar
                        09/10/2008 07:17 PM 31,527 glassX-3.2.2.GA.jar
                        09/10/2008 01:50 AM 66,943 hibernate-commons-annotations-3.1.0.CR1.jar
                        09/10/2008 01:49 AM 2,258,840 hibernate-core-3.3.0.CR1.jar
                        09/10/2008 01:48 AM 62,775 hibernate-validator-3.1.0.CR1.jar
                        09/22/2008 06:13 PM 668,489 htmlunit-2.3.jar
                        11/13/2007 10:43 AM 406,424 httpunit-1.6.2.jar
                        09/23/2008 01:27 PM 68,623 jboss-jsfunit-core-1.0.0.GA-SNAPSHOT.jar
                        09/23/2008 01:27 PM 17,152 jboss-jsfunit-richfaces-1.0.0.GA-SNAPSHOT.jar
                        09/10/2008 01:42 AM 93,310 jhighlight-1.0.jar
                        04/29/2008 08:14 PM 756,883 js-1.7R1.jar
                        09/10/2008 01:19 AM 361,732 jsf-api-1.2_09.jar
                        09/10/2008 01:18 AM 300,771 jsf-facelets-1.1.14.jar
                        09/10/2008 01:26 AM 832,542 jsf-impl-1.2_09.jar
                        09/10/2008 02:46 AM 20,801 jstl-1.0.jar
                        09/10/2008 01:50 AM 13,236 jta-1.1.jar
                        08/10/2007 07:06 PM 137,835 jtidy-4aug2000r7-dev.jar
                        08/10/2007 07:06 PM 121,070 junit-3.8.1.jar
                        09/10/2008 07:17 PM 25,863 laguna-3.2.2.GA.jar
                        09/22/2008 03:14 PM 116,162 nekohtml-1.9.9.jar
                        09/22/2008 07:23 PM 168,454 richfaces-api-3.2.2.GA.jar
                        09/22/2008 07:23 PM 1,494,439 richfaces-impl-3.2.2.GA.jar
                        09/22/2008 07:23 PM 2,525,798 richfaces-ui-3.2.2.GA.jar
                        04/29/2008 08:21 PM 15,808 sac-1.3.jar
                        09/10/2008 01:48 AM 15,279 slf4j-api-1.4.2.jar
                        09/10/2008 01:50 AM 7,470 slf4j-simple-1.4.2.jar
                        04/29/2008 08:28 PM 2,730,442 xalan-2.7.0.jar
                        04/29/2008 08:24 PM 1,212,965 xercesImpl-2.8.1.jar
                        08/16/2007 03:35 PM 109,318 xml-apis-1.0.b2.jar
                        09/10/2008 01:55 AM 195,119 xml-apis-1.3.03.jar

                        • 9. Re: Error clicking rich:menuItem in IE 6 mode
                          ssilvert

                          Any update on this one?

                          Stan

                          • 10. Re: Error clicking rich:menuItem in IE 6 mode
                            kragoth

                            Sorry I've been busy doing other things. My next couple of weeks I am using to upgrade libraries. So... hopefully I'll be able to get back into this problem shortly. Having a little fun with my SEAM upgrade at the moment. But I'm almost done with it. Still got to do richfaces, jsf and facelets and then I'll be able to do the jsfunit upgrade.

                            If all the others go smoothly (haha:P) then I should get to it late this week. Otherwise next week.

                            • 11. Re: Error clicking rich:menuItem in IE 6 mode
                              kragoth

                              Ok, making progress on this issue. (Yes it still is broken).

                              Stan, please change your test so that the submitMode is "server" or just remove submitMode all together and use default (which is server).

                              Once you do this, rerun the test and it should break. At least for me changing my submit mode to "ajax" make my test start working. So I assume if you remove yours it will break.

                              So Yay! I'm back to not being able to run my tests. Cause as you'll see in my scrollableDataTable post, FireFox mode is broken for that, and IE mode is broken for this.

                              Hope we can get this going soon.

                              • 12. Re: Error clicking rich:menuItem in IE 6 mode
                                ssilvert

                                I'll present a failing test case to the HtmlUnit project as soon as I can.

                                What web container are you running on?

                                Stan

                                • 13. Re: Error clicking rich:menuItem in IE 6 mode
                                  kragoth

                                  Tomcat 6

                                  • 14. Re: Error clicking rich:menuItem in IE 6 mode
                                    ssilvert

                                    Sorry I've been slow to respond to this. It's been a hectic week. I promise I'll get to it as soon as I can.

                                    Stan

                                    1 2 Previous Next