Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Firefox javascript object mystery

    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.

    #2
    No, we haven't. We'd need a way to reproduce the problem to be able to guess whether it's the expected result of your usage, or some kind of framework issue.

    Comment

    Working...
    X