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

A bandbox's popup doesn't extends its width automatically when its enclosed listbox has hflex="min"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Normal Normal
    • None
    • 7.0.7
    • None
    • Security Level: Jimmy
    • None
    • ZK 8.0.1 S3

      steps to reproduce

      1. load the zul below
        <zk>
        	<zscript>
        		ListModelList myModel = new ListModelList(Locale.getAvailableLocales());
        		//hflex="min"
        	</zscript>
        		<bandbox>
        			<bandpopup >
        					<listbox id="mylistbox"
        						height="250px"
        						model="${myModel}" hflex="min">
        					</listbox>
        			</bandpopup>
        		</bandbox>
        </zk>
        
      2. click to open the bandbox popup

      actual result

      the open popup has a horizontal scrollbar

      expected result

      the open popup can extend its width to eliminate the horizontal popup like ZK-2929

            SEFI SEFI
            hawk hawk
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: