8 Replies Latest reply on Jan 16, 2008 7:46 AM by sergeyhalipov

    panelBar IE problem

    tjakopec

      I have a strangers problem. In Firefox application is looking OK but in IE 7 doesn't show panelBarItem. All source is generated. Only difference is when I look at the source. In Firefox source view I can even see 3756 character in same line. In IE source view in one line I can see 1024 character and then is break in new line. Problem is that break is looking like this

      ...id="fo
      rma:modalPanelPorukeResizerNEU"...style="height: 40px; width: 4px;z-ind
      ex: 13;"....
      


      Any one have this problem? What is solution?

      Example can be see here:
      http://80.80.61.252/kadrovska
      operator: java
      password: java

      after login you can see the difference on start page

      try with Firefox and IE

        • 1. Re: panelBar IE problem
          tjakopec

          anyone?

          • 2. Re: panelBar IE problem
            moldovan

            Hy Tomislav!

            I tested your application with IE, Version: 7.05730.11

            PanelBar is looking ok (like it looks in FF), but i don't see the list in the catalog-panel (which i can see in firefox).


            • 3. Re: panelBar IE problem
              tjakopec

              Hi, I have exact same IE.

              "moldovan" wrote:

              ...but i don't see the list in the catalog-panel (which i can see in firefox).


              That is the problem, content of panelBar is not visible.

              I thing problem is in IE parser (split word height -> he, then in new line ght
              You could put line breaks in panelBar renderer's

              I try RF examples in IE and everything is fine. I dont now what to do, where to look for error!

              Even my code was working fine until one or tho weeks ago. We all work in Firefox and occasionally we take a look at IE. Problem is that we build RF manually so maybe after one new version it just stop working on IE. Currently we are on 3.1.3 GA, but soon as you fix calendar problem that I reported I will build 3.1.4 SNAPSHOT and so on...





              • 4. Re: panelBar IE problem
                tjakopec

                Still a problem, please help!

                • 5. Re: panelBar IE problem
                  tjakopec

                  I don't wanna be annoying, but this issue is fatal problem for me and I don't think its my fault. Please help!

                  • 6. Re: panelBar IE problem
                    sergeyhalipov

                    Hi, Tomislav!
                    We've started dealing with this issue. There are some JS error on generated page under IE. But Java scripts are compressed and obfuscated so we can't understand where the error occur. Could you add following context params to web.xml file for application kadrovska and restart Tomcat server?

                    <context-param>
                    <param-name>org.richfaces.LoadScriptStrategy</param-name>
                     <param-value>DEFAULT</param-value>
                     </context-param>
                    <context-param>
                     <param-name>org.ajax4jsf.COMPRESS_SCRIPT</param-name>
                     <param-value>false</param-value>
                     </context-param>
                    


                    it would be nice also to see page source, could you attach it to jira issue?
                    Thanks!

                    • 7. Re: panelBar IE problem
                      tjakopec

                      ONLY ON IE
                      Problem is when I put

                      <context-param>
                      <param-name>org.richfaces.LoadScriptStrategy</param-name>
                      <param-value>ALL</param-value>
                      </context-param>


                      Solution is (you suggested) whe I put

                      <context-param>
                      <param-name>org.richfaces.LoadScriptStrategy</param-name>
                      <param-value>DEFAULT</param-value>
                      </context-param>


                      BTW this is the reason that I don't like IE!

                      • 8. Re: panelBar IE problem
                        sergeyhalipov

                        It seems to be a bug. Compression must not damage any script.