[CLOSED] [1.0] Viewport Fit issue in IE with Frames

  1. #1

    [CLOSED] [1.0] Viewport Fit issue in IE with Frames

    This has only recently started to happen (we upgraded to latest build a few days ago). Whenever we have a Viewport with a Layout of "Fit" on the page (in a frame), the Viewport doesn't fill the entire page. It leaves room for a scrollbar to the right of the Viewport.

    Frameset:
    <html>
    	<head>
    		<title></title>
    	</head>
    	<frameset row="75,*" name="Frameset">
    		<frame src="frame1.aspx" marginwidth="5" marginheight="5" scrolling="no" frameborder="1" bordercolor="#e5e7f0" noresize="true" name="header" />
    		<frame src="frame2.aspx" marginwidth="0" marginheight="0" scrolling="auto" frameborder="0" name="main_content" />
    	</frameset>
    </html>

    Frame1.aspx:
    <html>
    	<head>
    		<title></title>
    	</head>
    	<body>
    		This is just a place holder
    	</body>
    </html>

    Frame 2:
    <html>
    	<head>
    		<title></title>
    	</head>
    	<body style="background-color:yellow;">
    		<form id="fDefault" runat="server">
    			<ext:ResourceManager ID="resManager" runat="server" />
    
    
    			<ext:Viewport ID="vpMain" runat="server" Layout="Fit" StyleSpec="border:solid 1px black;">
    				<Items>
    					<ext:Panel runat="server" Title="Hello!">
    						<Content>
    							This is example content!
    						</Content>
    					</ext:Panel>
    				</Items>
    			</ext:Viewport>
    		</form>
    	</body>
    </html>

    This is only happening in IE. This doesn't seem to be the case for Firefox, Chrome, or Safari.


    Thanks.



  2. #2

    RE: [CLOSED] [1.0] Viewport Fit issue in IE with Frames

    Please delete this topic.

    The issue was that another coder changed the underlying frameset and didn't realize the change until after I posted the example.


    Thanks.

Similar Threads

  1. [CLOSED] Pecilluar issue in the DropDown, UI Issue
    By Shanth in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Feb 22, 2012, 12:02 PM
  2. Z-Index issue with Menu in ViewPort
    By huzzy143 in forum 1.x Help
    Replies: 3
    Last Post: Nov 14, 2011, 11:14 AM
  3. Viewport layout issue in Firefox
    By venu in forum 1.x Help
    Replies: 2
    Last Post: Nov 08, 2011, 10:12 AM
  4. [CLOSED] [1.0] Issue with Viewport/Row/Column Layout in Chrome & Safari
    By chrisbranson in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 24, 2010, 2:55 PM
  5. Windows and Frames
    By EzaBlade in forum 1.x Help
    Replies: 0
    Last Post: Oct 23, 2009, 11:10 AM

Posting Permissions