1 Reply Latest reply on Apr 8, 2013 7:24 AM by serga_kiev

    rich:calendar expanding fails in IE8 because of cache

    serga_kiev

      I have faced strange problem with rich:calendar in IE8. When I click on calendar without clearing browser cache, I receive javascript exception:

      Message: 'elements' is null or not an object 

      And browser points to following function in 3_3_2.SR1org.ajax4jsf.javascript.PrototypeScript file:

      bindAsEventListener: function () { var __method = this, args = $A(arguments), object = args.shift(); return function (event) { return __method.apply(object, [event || window.event].concat(args)); } 

      The most interesting is that when I clear browser cache and reload the page, calendar works! And I cannot debug this javascript (I work on environment where Internet is not accessible, and the firebug does not give an option to debug obfuscated code).

       

      Any help is appreciated

       

      P.S. Version of Richfaces is 3.3.2.SR1, and I am not authorized to upgrade it