Default:
After calling setVisible():
It took some time stepping through the CRM libraries to figure out what was going on, but I believe it to be a bug within CRM (having the same issue? Upvote this ticket!) By default, CRM will attempt to update the CSS Table-Layout of the control when setting it’s visibility. The fix is unsupported, but resolves the re-sizing issue. After setting the visibility, check to see if the control is an iFrame, and the visibility is true. If so, update the css of the parent table to be “fixed” *UPDATE 7/14/2015* Also need to set the height if there is a data-height attribute specified.
if (controlName.indexOf("IFRAME") >= 0 && visibility) { // https://connect.microsoft.com/dynamicssuggestions/feedback/details/1541195 // THIS IS A FIX FOR A BUG WITH CRM WHEN SETTING IFRAMES AS VISIBLE. var ctrl = $("#" + controlName + "_d"); ctrl.parents("table").last().css("table-layout", "fixed"); var height = ctrl.attr("data-height"); if (height) { // Set the height if defined ctrl.css("height", height + "px"); ctrl.css("padding-bottom", "0"); } }
1 comment:
Its Pleasure to read your blog.The above articles is very impressive, and I really enjoyed reading your blog and points that you expressed. I love to come back on a regular basis,post more on the subject.
Biotech Internships | internships for cse students | web designing course in chennai | it internships | electrical engineering internships | internship for bcom students | python training in chennai | web development internship | internship for bba students | internship for 1st year engineering students
Post a Comment