0

ZK window maximize and resize freeze window component

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

khkim gravatar image khkim
18 2

updated 2014-07-18 05:48:05 +0800

neillee gravatar image neillee flag of Taiwan
1692 1 5
https://plus.google.com/u...

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="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">
            <menupopup>
                <menu label="Test"/>
            </menupopup>   
        </menu>
    </menubar>
    <vbox>
    Hello, World!
    </vbox>
</window>
delete flag offensive retag edit

1 Answer

Sort by » oldest newest most voted
0

answered 2014-07-14 09:20:26 +0800

IngoB gravatar image IngoB flag of Germany
256 6

updated 2014-07-14 09:21:09 +0800

Next time, please create a fiddle :)

http://zkfiddle.org/sample/158j1fu/1-Resize-Window

Yes, I think its a bug and it is reproduceable.

link publish delete flag offensive edit

Comments

thanks for that fiddle I posted a bug based on it: http://tracker.zkoss.org/browse/ZK-2363

cor3000 ( 2014-07-18 05:57:27 +0800 )edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
2 followers

RSS

Stats

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

Seen: 39 times

Last updated: Jul 18 '14

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More