-
1. Re: rich:calendar is not working in RF3.3.4
michpetrov Oct 13, 2014 11:18 AM (in response to sivaprasad9394)Given the age of RF3 it's not expected to work well on newer browsers, you should upgrade if you plan on using them. You can check the browser console for errors, the issue is probably in JavaScript.
-
2. Re: rich:calendar is not working in RF3.3.4
sivaprasad9394 Oct 24, 2014 11:46 AM (in response to michpetrov)Hello Mr. Petrov,
Thanks for your reply.I agree with your answer.Is there any possibility to trace the log or problem in Java script to fix the problem.If I do the upgrade means I have to change the complete system,Looks like that is not possible now.There is no Java Script Errors in the Console.
Error and Comparison of Code:
Thank you.
-
3. Re: rich:calendar is not working in RF3.3.4
sivaprasad9394 May 20, 2015 4:50 AM (in response to michpetrov)Hello Mr. Petrov,
Thanks for your reply.I agree with your answer.Is there any possibility to trace the log or problem in Java script to fix the problem.If I do the upgrade means I have to change the complete system,Looks like that is not possible now.There is no Java Script Errors in the Console.
Browser Version: IE-11
New Version of Jar files replaces instead of 3.3.1 to 3.3.4 Version.But Still the problem remains same.
Thank you.
-
4. Re: rich:calendar is not working in RF3.3.4
michpetrov May 25, 2015 5:32 AM (in response to sivaprasad9394)There is an exception thrown when the Calendar is recreated, you can see it if you set the debugger to stop on all exceptions. For some reason IE doesn't replace the HTML correctly, exception is thrown and the click listener is not attached to the button.