Forum Discussion
greendarkness
15 years agoContributor
Another day of testing had a duplicate object show up again in Firefox. Though I was able to fix it with some refresh methods it seems. I guess it isn't fixed in 8.1, though it seems it is happening a lot less than it was. Also, it appears using fresh firefox sessions and name mapping the width as well as calling many refresh and refreshmappinginfo allows the tests to run without a problem. If an error is encountered, for whatever reason, the duplicate object will be detected instead of the actual one.
I used three statements before any object I was having issues with to get it working. Might not need to use all of these or any, but rather keep using something I know is working.
DuplicatedObject.Refresh();
DuplicatedObject.RefreshMappingInfo();
DuplicatedObject.Parent.Refresh();
I used three statements before any object I was having issues with to get it working. Might not need to use all of these or any, but rather keep using something I know is working.
DuplicatedObject.Refresh();
DuplicatedObject.RefreshMappingInfo();
DuplicatedObject.Parent.Refresh();