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

Client-side stack overflow error happens if using Grid and Listbox together

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 7.0.5
    • 7.0.5
    • Components
    • Security Level: Jimmy
    • None

      Reproducible sample:

      <zk>
      	<hlayout height="150px">
      		<grid mold="paging" pagingPosition="bottom" autopaging="true" vflex="1" hflex="1">
      			<columns>
      				<column label="Grid" />
      			</columns>
      			<rows>
      				<row forEach="1,2,3,4">
      					<label value="Item ${each}" />
      				</row>
      			</rows>
      		</grid>
      		<listbox mold="paging" pagingPosition="bottom" autopaging="true" vflex="1" hflex="1">
      			<listhead>
      				<listheader label="Listbox" />
      			</listhead>
      			<listitem forEach="1,2,3,4">
      				<listcell label="Item ${each}" />
      			</listitem>
      		</listbox>
      	</hlayout>
      </zk>
      

            hanhsu hanhsu
            vincentjian vincentjian
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: