Thursday, October 13, 2016

In Touch ui in aem 6.2, Sometime page content is cut and user is unable to scroll. This happens if there is something being loaded by ajax or sometimes if there is long page even without ajax. It can be fixed by setting the iframe height again, once the inner page is loaded.

Code:

getDocHeight: function (doc) {
doc = doc || document;
// stackoverflow.com/questions/1145850/
var body = doc.body,
html = doc.documentElement;
var height = Math.max(body.scrollHeight, body.offsetHeight,
html.clientHeight, html.scrollHeight, html.offsetHeight);
return height;
},
setIframeHeight: function (id) {
var ifrm = parent.document.getElementById(id);
if (ifrm) {
var doc = ifrm.contentDocument ? ifrm.contentDocument :
ifrm.contentWindow.document;
ifrm.style.visibility = 'hidden';
ifrm.style.height = "10px"; // reset to minimal height ...
// IE opt. for bing/msn needs a bit added or scrollbar appears - changed 4 px addition to 10 px due to author instance
ifrm.style.height = getDocHeight(doc) + 10 + "px";
ifrm.style.visibility = 'visible';
}
}

You can call function as setIframeHeight("ContentFrame") on page load. It will reset the iframe height and content will become scrollable.




Related Posts:

  • India Tops in Air Pollution worldwide - how to tackle and keep lungs clean India (Delhi - NCR) exceeds the hazardousair quality index (AQI)  limit of 400  to reach 1000      Click here to Check Live Air pollution Level worldwide What can we do to tackle Air Pollu… Read More
  • Classic Asp - remove enter carriage return character in textarea for valid json You would need to replace vb carriage return with br tag, Following is the function which can solve all your purpose: Function Escape(sString) strReturn = sString   if(len(sString) > 0) then     'Replace a… Read More
  • What a use of common people's money !!! भारत में कुल 4120 MLA और 462 MLC हैं अर्थात कुल 4,582 विधायक। प्रति विधायक वेतन भत्ता मिला कर प्रति माह 2 लाख का खर्च होता है। अर्थात श91 करोड़ 64 लाख रुपया प्रति माह। इस हिसाब से प्रति वर्ष लगभ 1100 करोड़ रूपये। भारत में लोकस… Read More
  • Castor (Arandi) oil - Health and Beauty Benefits My grandfather always use to have one spoon of castor oil with milk before sleep once / twice a week. At that time I did not know about health benefits it has, Only thing I knew was he drink it for good joints health and to … Read More
  • Magnetic therapy - Nature's Aid for Good Health All living beings on earth have magnetic field (one of four fundamental forces in nature) which encircle them  in the similar way the magnetic field surrounds the Earth as its protector. This magnetic field around us is… Read More

2 comments:

  1. I am receivng error as CCweb is undefined.

    ReplyDelete
  2. that was a left over variable - uodated the script , so it should work now

    ReplyDelete

Powered by Blogger.

Followers

Best Price Amazon Portal

Amazon Best Offers