Apex 5.1 - stickyWidget issue "redoTop"
There is a issue with stickyWidget in 5.1 when you application doesn't have Navigation menu or tree (element by id t_TreeNav).
the cause of error is in theme42.min.js file where is method call
$.apex.stickyWidget.prototype.redoTop = $.apex.stickyWidget.prototype.reStickor before you execute initialize your stickyWidget
$.apex.stickyWidget.prototype.redoTop = $.apex.stickyWidget.prototype.reStick
$("#rgnActions").stickyWidget({toggleWidth:true});
Thanks for reporting this bug. It will be fixed probably in the next patchset.
ReplyDeleteThe file currently used by your app that caused the error is
images/themes/theme_42/1.0/js/theme42.js
I assume this app was upgraded from 5.0 to 5.1
Alternatively, update the Universal Theme to 5.1 should fix it as well because a newer version will be used
images/themes/theme_42/1.1/js/theme42.js
Hi Kyle,
DeleteI run into this at apex.oracle.com (https://apex.oracle.com/pls/apex/f?p=101959:6) which was upgraded to 5.1. thanks for your reply.
Best Regards
isabolic
Thank you!
ReplyDelete