Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-2349

West panel collapse automatically if maximun the outside panel and make it not moveable

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 7.0.2
    • Components
    • None

      http://zkfiddle.org/sample/1h03479/2-borderlayout-collapse-automatically

      <window border="normal" title="hello" hflex="1" vflex="1">
      	<panel closable="true" maximizable="true" minimizable="true" movable="true" floatable="true" width="600px"
      		height="400px" onMaximize="self.setMovable(false)">
      		<caption>Test</caption>
      		<panelchildren>
      			<borderlayout id="main" hflex="1" vflex="1">
      				<west width="180px" minsize="180" splittable="true" collapsible="true">Test</west>
      				<center>
      				<div>
      				When a panel becomes maximum , I want to make it not moveable, however, this cause west collapse
      				Click panel maximization, you will see west collapse.
      				</div>
      				</center>
      			</borderlayout>
      		</panelchildren>
      	</panel>
      </window>
      

            Unassigned Unassigned
            dennis dennis
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: