Cannot resize window on iframe

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 5.0.11
    • Affects Version/s: 5.0.10
    • Component/s: Components
    • Security Level: Jimmy
    • None

      Unable to drag the smaller window to the size we want in the green area with an iframe.

      <zk>
      	<window title="A" border="normal" width="800px" height="600px"
      		sizable="true" mode="overlapped" top="100px" left="100px">
      		<hlayout>
      			<div width="400px" height="600px" style="backGround:red"></div>
      			<div width="400px" height="600px"
      				style="backGround:green">
      				<iframe width="100%" height="100%" />
      			</div>
      		</hlayout>
      	</window>
      	<window title="B" border="normal" width="500px" height="300px"
      		sizable="true" mode="overlapped" top="350px" left="150px">
      		<hlayout>
      			<div width="250px" height="300px" style="backGround:red"></div>
      			<div width="250px" height="300px"
      				style="backGround:green">
      				<iframe width="100%" height="100%" />
      			</div>
      		</hlayout>
      	</window>
      </zk>
      

            Assignee:
            jumperchen
            Reporter:
            matthewgo
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: