I solved a problem recently with a valuesManager. It contained two objects: Agenda and Minutes. When I pulled out the Agenda object, I noticed what I got had the properties within. However, it also has a copy of the Agenda object added at the very end.
This was the case with localhost testing. Remote testing with Firefox did not exhibit the problem.
Woof! So, I compensated with in my code. I just deleted that extra copy. Now, my code worked locally and remotely.
I am seeing this problem in another situation. I know the 'fix'. But, I am unsatisfied with this solution because I don't know the underlying problem.
Have you seen anything like this before?
Thanks,
Rick
P.S. I am running SmartClient_v82p_2013-03-11/EVAL Development Only on Mozilla Firefox 12.0 with Firebug using Windows XP Pro 32 bit.
This was the case with localhost testing. Remote testing with Firefox did not exhibit the problem.
Woof! So, I compensated with in my code. I just deleted that extra copy. Now, my code worked locally and remotely.
I am seeing this problem in another situation. I know the 'fix'. But, I am unsatisfied with this solution because I don't know the underlying problem.
Have you seen anything like this before?
Thanks,
Rick
P.S. I am running SmartClient_v82p_2013-03-11/EVAL Development Only on Mozilla Firefox 12.0 with Firebug using Windows XP Pro 32 bit.
Comment