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

Duplicate DOM id in Listbox with pagingPosition="both"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 9.5.1
    • 6.5.8.1, 9.1.0
    • Components

      Steps to Reproduce

      Run the following zul.

      <listbox width="250px" mold="paging" pageSize="3" pagingPosition="both">
      	<listitem label="123"></listitem>
      	<listitem label="223"></listitem>
      	<listitem label="323"></listitem>
      	<listitem label="423"></listitem>
      </listbox>
      

      Current Result

      Duplicate id in paging widget

      Expected Result

      Unique ID

      Debug Information


      Workaround


            DevChu DevChu
            DevChu DevChu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: