Breadcrumbs Issue - When LiveTextSercice disabled - WP7

As part of the portal performance tuning on the environment , have disabled the live text service by removing or commenting following line from the nls/theme_en.html 

dojo.addOnLoad(function(){
com.ibm.pb.themes.commonInit({
setWindowTitle:true,
useNavigationController: true,
useRenderingController: true,
useDNDController: true,
//initLiveTextService: true,
lazyLoadModeWidgets: true,
navPrimingContainers: ["selectionPathPrimer","topNavLinks","navTabsRoot"],
customInit: com.ibm.themes.FluorTheme.init
});


But unfortunately this setting made breadcrumb widget  disappeared on the portal page but was not able to find solution expect enabling livetextservice back.

This is observed with PageBuilder theme with server side rendering enabled.

No comments:

Post a Comment