{"id":761,"date":"2010-08-10T23:41:19","date_gmt":"2010-08-10T18:11:19","guid":{"rendered":"http:\/\/JitendraZaa.com\/blog\/?p=761"},"modified":"2010-08-10T23:41:19","modified_gmt":"2010-08-10T18:11:19","slug":"telerik-radwindow-pop-up-problem-in-chrome-and-safari","status":"publish","type":"post","link":"https:\/\/www.jitendrazaa.com\/blog\/microsoft\/net\/telerik-radwindow-pop-up-problem-in-chrome-and-safari\/","title":{"rendered":"Telerik RadWindow Pop up Problem in Chrome and safari"},"content":{"rendered":"<p>Recently i have faced one issue with display of Telerik Rad Window on Apple Webkit browsers (Chrome and safari).<\/p>\n<p>The problem was, the window appeared cropped in Chrome and safari. the height attribute of body tag wasn&#8217;t working properly.<\/p>\n<p>After lots of trial and googling I found one work around to solve this issue.<\/p>\n<p>Set the <strong>contentFrame <\/strong>after show of Telerik pop up from Client side to<strong> 100%<\/strong>, and it will save your time. \ud83d\ude42<\/p>\n<pre class=\"brush: java; title: ; notranslate\" title=\"\">\n var oWindow = $find(&quot;&lt;%=radAddCD.ClientID%&gt;;&quot;);\n if(oWindow)\n {\n oWindow.show();\n var contentFrame = oWindow.get_contentFrame();\n contentFrame.style.height = &quot;100%&quot;;\n return false;\n }\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Telerik Popup Window Height is not set in Safari and Chrome (Apple Webkit Browsers)<\/p>\n","protected":false},"author":1,"featured_media":465,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"advanced_seo_description":"","jetpack_seo_html_title":"","jetpack_seo_noindex":false,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"jz_research_post":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[21],"tags":[43,193],"class_list":["post-761","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-net","tag-asp-net","tag-telerik"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":464,"url":"https:\/\/www.jitendrazaa.com\/blog\/microsoft\/net\/opening-radwindow-from-another-radwindow-telerik-control\/","url_meta":{"origin":761,"position":0},"title":"Opening RadWindow from another RadWindow \u2013 Telerik Control","author":"Jitendra","date":"July 1, 2010","format":false,"excerpt":"Opening RadWindow from another RadWindow: Sometime it may require opening the radwindow from another radwindow. But believe me; it will not be easy.Problems I faced were: New window opened behind the parent radwindow. New window open in area of parent window only.\u00a0So we cannot resize the window as per required.\u2026","rel":"","context":"In &quot;ASP.NET&quot;","block_context":{"text":"ASP.NET","link":"https:\/\/www.jitendrazaa.com\/blog\/category\/microsoft\/net\/"},"img":{"alt_text":"Telerik Control in ASP.NET","src":"https:\/\/i0.wp.com\/jitendrazaa.com\/blog\/wp-content\/uploads\/2010\/07\/Telerik_Logo.jpg?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":1343,"url":"https:\/\/www.jitendrazaa.com\/blog\/microsoft\/net\/telerik-controls-css-lost-on-page-postback\/","url_meta":{"origin":761,"position":1},"title":"Telerik Controls &#8211; CSS Lost on Page Postback","author":"Jitendra","date":"November 9, 2010","format":false,"excerpt":"Telerik Controls - CSS Lost on Page Postback in Chrome and Mozilla firefox","rel":"","context":"In &quot;ASP.NET&quot;","block_context":{"text":"ASP.NET","link":"https:\/\/www.jitendrazaa.com\/blog\/category\/microsoft\/net\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":895,"url":"https:\/\/www.jitendrazaa.com\/blog\/microsoft\/net\/multiplepage_load\/","url_meta":{"origin":761,"position":2},"title":"Page loads multiple times in Rad Window","author":"Jitendra","date":"August 27, 2010","format":false,"excerpt":"Solution of Multiple time page load problem of Telerik Rad Window.","rel":"","context":"In &quot;ASP.NET&quot;","block_context":{"text":"ASP.NET","link":"https:\/\/www.jitendrazaa.com\/blog\/category\/microsoft\/net\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":659,"url":"https:\/\/www.jitendrazaa.com\/blog\/microsoft\/net\/rad-tooltip-overlaps-the-target-control-solution\/","url_meta":{"origin":761,"position":3},"title":"Rad Tooltip overlaps the target control &#8211; solution","author":"Jitendra","date":"July 16, 2010","format":false,"excerpt":"Telerik Tooltip Problem - overlaps the target control in case of scrolling","rel":"","context":"In &quot;ASP.NET&quot;","block_context":{"text":"ASP.NET","link":"https:\/\/www.jitendrazaa.com\/blog\/category\/microsoft\/net\/"},"img":{"alt_text":"Telerik Tooltip, Rad Control Tooltip problem","src":"https:\/\/i0.wp.com\/jitendrazaa.com\/blog\/wp-content\/uploads\/2010\/07\/Tooltip-Problem1-300x153.jpg?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":467,"url":"https:\/\/www.jitendrazaa.com\/blog\/microsoft\/net\/telerik-radschedular-tips-and-tricks\/","url_meta":{"origin":761,"position":4},"title":"Telerik RadSchedular Tips and Tricks","author":"Jitendra","date":"July 1, 2010","format":false,"excerpt":"Change the style of the Today Cell in Month View and Bind Extra Column \/ Add Argument in RadSchedular","rel":"","context":"In &quot;ASP.NET&quot;","block_context":{"text":"ASP.NET","link":"https:\/\/www.jitendrazaa.com\/blog\/category\/microsoft\/net\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":720,"url":"https:\/\/www.jitendrazaa.com\/blog\/microsoft\/net\/page_load-firing-multiple-time-in-radwindow-popup\/","url_meta":{"origin":761,"position":5},"title":"Clear ASP page cache &#8211; Page_Load() firing multiple time in RadWindow Popup","author":"Jitendra","date":"August 5, 2010","format":false,"excerpt":"How to prevent the multiple Page load event in case Telerik Rad Window Popup is used and Clear ASP page cache.","rel":"","context":"In &quot;ASP.NET&quot;","block_context":{"text":"ASP.NET","link":"https:\/\/www.jitendrazaa.com\/blog\/category\/microsoft\/net\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/www.jitendrazaa.com\/blog\/wp-json\/wp\/v2\/posts\/761","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.jitendrazaa.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.jitendrazaa.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.jitendrazaa.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.jitendrazaa.com\/blog\/wp-json\/wp\/v2\/comments?post=761"}],"version-history":[{"count":0,"href":"https:\/\/www.jitendrazaa.com\/blog\/wp-json\/wp\/v2\/posts\/761\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.jitendrazaa.com\/blog\/wp-json\/"}],"wp:attachment":[{"href":"https:\/\/www.jitendrazaa.com\/blog\/wp-json\/wp\/v2\/media?parent=761"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.jitendrazaa.com\/blog\/wp-json\/wp\/v2\/categories?post=761"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.jitendrazaa.com\/blog\/wp-json\/wp\/v2\/tags?post=761"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}