Blog Home  Home RSS 2.0 Atom 1.0 CDF  
Andreas Mersch - Another Oracle WebCenter Interaction 10gR3 Javascript Bug
software development and more...
 
 Wednesday, August 12, 2009
There is another JavaScript bug in Oracle WebCenter Interaction 10gR3 (\bea\alui\ptimages\imageserver\plumtree\common\private\jsutil\LATEST\ptutil.js). My current version of this file 'ptutils.js' is 334989. You can find the bug in line 116:

                if (srcObj.Class && (srcObj.Class == 'Array') && (typeof srcObj[i] == 'function')) { continue; }

which should be

                if (srcObj.Class && (srcObj.Class == 'Array') && (typeof srcObj[i] == 'function')) { continue; }
                if (typeof srcObj[i] == 'function') { continue; } // <-- This line is missing

8/12/2009 1:49:03 PM (Mitteleuropäische Sommerzeit , UTC+02:00)  #    Comments [0]   Oracle WebCenter Interaction  |  Trackback
Name
E-mail
Home page

Comment (HTML not allowed)  

Enter the code shown (prevents robots):

Copyright © 2010 andreas mersch. All rights reserved.
DasBlog 'Portal' theme by Johnny Hughes.
Pick a theme: