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

Combobox elements not customizable with css class

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Critical
    • Resolution: Fixed
    • Affects Version/s: 5.0.10
    • Fix Version/s: 5.0.11, 6.0.1
    • Component/s: Components
    • Environment:

      Windows 7, Tomcat 6.x, any browser

      Description

      Combobox's elements (content) are rendered in html as a div appended at the very end my html document. The class give to the combobox (and to its ancestor nodes) are not available to the generated div. For example:

      <div style="..." class="z-combobox-pp z-combobox-shadow">
      	<table ...>
      		<tbody>
      			<tr class="testClass z-comboitem" id="n28Qp6">
      				<td class="z-comboitem-img"></td>
      				<td class="z-comboitem-text">Demo</td>
      			</tr>
      		</tbody>
      	</table>
      </div>
      

      Therefore I cannot customize look and feel of my list.

        Attachments

          Issue Links

            Activity

              People

              Assignee:
              TonyQ TonyQ
              Reporter:
              ulysses ulysses
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Dates

                Created:
                Updated:
                Resolved: