1 Reply Latest reply on Jan 9, 2013 2:26 AM by ilun

    rich:jquery toogleSlide problem with IE

    ilun

      Hi all!

       

       

      First thanks for read the problem i have and sorry for my english.

       

       

      Im working with richfaces 3.3.3.

       

       

      I use <rich:jQuery selector=".box" timing="onload" query="click(function(){toogleSlide(this.next())})"/>.

       

      The problems is the toogleSlide doesnt work.

       

       

      In Firefox, Chrome it works perfect but in IE (all version) it crash. I read in other forums and say i have to remove position:relative or position:absolute in css styles... i tried then and arent working... a lot of people have the same problem... but i cant fix it removing position values.

       

       

      Can you help me?

        • 1. Re: rich:jquery toogleSlide problem with IE
          ilun

          I´ve fixed the problem.

           

          Debugging in IE i´ve seen that the problem was in the this.next() property, because it isn´t supported in IE 8. I need to make reference to div in toogleSlide(). Example: toogleSlide('.info').

           

          Bye!.