Rank: Member Groups: Member
 
 
Joined: 6/19/2013 Posts: 23 
	 | 
		   
	     
		    Hi,
  I've been using EO.Web v11.0.56 no problems in Dialog on IE 11 in Windows 8. Since I've update to 11.0.62 or 11.0.63 recently, I have a lot of appearance problem with Dialog on IE 11 in Windows 8.
  One test example is which used to work nicely but now the Height wouldn't set correctly.
  <eo:Dialog ID="Dialog1" runat="server" AllowMove="true"                 HeaderHtml="System Message" MaxHeight="400" MinHeight="100"                 InitialState="Visible" Width="400px">                 <HeaderStyleActive CssText="background-color: #7a8fa4;color: White;font-weight: bold;" />                 <ContentStyleActive CssText="background-color: #7a8fa4;color: black;" />                 <ContentTemplate>                     <div>                         Test<br>                         Test<br>                         Test<br>                         Test<br>                         Test<br>                         Test<br>                         Test<br>                         Test<br>                         Test<br>                         Test<br>                         Test<br>                     </div>                 </ContentTemplate>             </eo:Dialog>
		 
	 | 
	
		Rank: Administration Groups: Administration
 
 
Joined: 5/27/2007 Posts: 24,427 
	 | 
		   
	     
		    Thanks for reporting the issue. We have confirmed this to be a problem. This will be fixed in our next build.
		 
	 | 
	
		Rank: Administration Groups: Administration
 
 
Joined: 5/27/2007 Posts: 24,427 
	 | 
		   
	     
		    Hi,
  This is just to let you know that we have posted a new build that should address this issue. You can download the new build from our download page.
  Thanks!
		 
	 |