2 Replies Latest reply on Feb 2, 2012 10:56 AM by joergi

    RF 3.3.2.GA vs RF 3.3.3.Final (JSF 1.2) - the progressbar

    joergi

      Hi,

      i searched the forum, and i read all the IE9 related threads to find a solution, but nothing worked..

       

      We used RF 3.2.2 but some IE9 Users were complaining that the richcalendar is not working right, so we upgrade to 3.3.3.Final and used this patch : http://community.jboss.org/message/593778#593778

      Kenneth Christensen schrieb:

       

      We have solved the IE9 issues with RichFaces 3 by forcing IE9 to run in an emulated mode. Add the following meta tag to the head:

       

      <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8"/>

       

      You can read more about it here: http://blogs.msdn.com/b/ie/archive/2008/06/10/introducing-ie-emulateie7.aspx

       

      The best solution will still be RichFaces 3 to work in the IE9 mode, but that requires RichFaces 3 to be fixed.

      But we changed it to IE 7:

      <meta http-equiv="X-UA-Compatible" content="IE=7" />

       

      The problem is now, that with 3.3.3. Final our Progrossbar is not working anymore (also it is not working in Firefox and Safari)

      It was perfectly working with Richfaces 3.3.2.GA.

       

      The Problem is now, that the function, which is getting the currentValue, is now only called once, not more.

      But the same function was working in 3.3.2.GA

       

      Oh, and we are using JSF 1.2 , so no possibility to upgrade to richfaces 4.0 final