Revision history [back]

click to hide/show revision 1
initial version

asked 2014-07-14 03:37:13 +0800

khkim gravatar image khkim

ZK window maximize and resize freeze window component

version: ZKEE 7.0.2

Steps to reproduce. 1. push maximize on window 2. push again to original size 3. resize by drag bottom right corner 4. after resize, all the window component like minimize, maximize, close, File menu does not work

Sample code: <window xmlns="&lt;a href=" http:="" www.zkoss.org="" 2005="" zul"="">http://www.zkoss.org/2005/zul" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.zkoss.org/2005/zul http://www.zkoss.org/2005/zul/zul.xsd" title="Test Max" border="normal" position="center" sizable="true" maximizable="true" minimizable="true" closable="true" width="488px" > <menubar> <menu label="File" &gt;="" <menupopup=""> <menu label="Test"> </menu> </menupopup>
</menu> </menubar> <vbox &gt;="" hello,="" world!="" <="" vbox=""> </window>

ZK window maximize and resize freeze window component

version: ZKEE 7.0.2

Steps to reproduce. 1. reproduce.

  1. push maximize on window 2. window
  2. push again to original size 3. size
  3. resize by drag bottom right corner 4. corner
  4. after resize, all the window component like minimize, maximize, close, File menu does not work

Sample code: code:

<window xmlns="&lt;a href=" http:="" www.zkoss.org="" 2005="" zul"="">http://www.zkoss.org/2005/zul"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.zkoss.org/2005/zul http://www.zkoss.org/2005/zul/zul.xsd"
xmlns="http://www.zkoss.org/2005/zul"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.zkoss.org/2005/zul
    http://www.zkoss.org/2005/zul/zul.xsd"
    title="Test Max" border="normal" position="center" 
   sizable="true" maximizable="true" minimizable="true" closable="true" width="488px"
>
closable="true"
    width="488px">
    <menubar>
   <menu label="File" &gt;="" <menupopup="">
label="File">
            <menupopup>
                <menu label="Test">
label="Test"/>
            </menupopup>   
        </menu>
     </menupopup> 
</menu>
</menubar> <vbox &gt;="" hello,="" world!="" <="" vbox=""> </window>

<vbox> Hello, World! </vbox> </window>
Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More