Blog Home  Home RSS 2.0 Atom 1.0 CDF  
Andreas Mersch - Oracle WebCenter Interaction 10gR3: PTMenu will not be displayed properly
software development and more...
 
 Wednesday, August 19, 2009
There is a JavaScript Bug in PTControls.js (/bea/alui/ptimages/imageserver/plumtree/common/private/js/jscontrols/LATEST) if the doctype of the portal page is set to HTML 4.0 Transition. The portlet menus will not be displayed beneath the portlet header, but in the upper left corner of the browser window. To fix this bug you have to add

if (this.popup.style.left == '') {
   this.popup.style.left = '' + left + 'px';
   this.popup.style.top = '' + top + 'px';
}

to the 'PTMenu.prototype.show' method in line 13688.

8/19/2009 1:38:13 PM (Mitteleuropäische Sommerzeit , UTC+02:00)  #      Oracle WebCenter Interaction  | 
Copyright © 2012 andreas mersch. All rights reserved.
DasBlog 'Portal' theme by Johnny Hughes.
Pick a theme: