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

ZK Renders incorrectly with Chrome/Chromium Version 24.0.1312.56 Ubuntu 12.04 (24.0.1312.56-0ubuntu0.12.04.1)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Normal Normal
    • None
    • 6.5.1
    • None
    • Windows or Linux

      The following code renders correctly in old versions of Chrome (and firefox and IE) but renders incorrectly with latest chrome

      Failing chrome/chromium version - Version 24.0.1312.56 Ubuntu 12.04 (24.0.1312.56-0ubuntu0.12.04.1)

      <borderlayout>
      <west width="160px" border="0" style="background-color: #ffffcc;" autoscroll="true">
      <div style="background-color: #ffffcc;">
      <vbox align="center">
      <window id="menuwin" border="none" style="background-color: blue;">
      <style>
      #${menuwin.uuid} td

      color: Color value is invalid


      </style>
      <caption label="FLIGHTS"></caption>
      <label style="font-weight: bold; color: white;">Departure Country</label>
      <bandbox id="from_country" width="150px" autodrop="true" buttonVisible="true" mold="rounded">
      <bandpopup vflex="min">
      <listbox id="fc_listbox" width="200px" rows="10">
      </listbox>
      </bandpopup>
      </bandbox>
      <label style="font-weight: bold; color: white;">Departure Airport</label>
      <bandbox id="from_airport" width="150px" autodrop="true" buttonVisible="true" mold="rounded">
      <bandpopup vflex="min">
      <paging id="fa_paging" pageSize="10"/>
      <listbox id="fa_listbox" width="400px" mold="paging" paginal="${fa_paging}">
      </listbox>
      </bandpopup>
      </bandbox>
      <label style="font-weight: bold; color: white;">Arrival Country</label>
      <bandbox id="to_country" width="150px" autodrop="true" buttonVisible="true" mold="rounded">
      <bandpopup vflex="min">
      <listbox id="tc_listbox" width="200px" rows="10">
      </listbox>
      </bandpopup>
      </bandbox>
      <label style="font-weight: bold; color: white;">Arrival Airport</label>
      <bandbox id="to_airport" width="150px" autodrop="true" buttonVisible="true" mold="rounded">
      <bandpopup vflex="min">
      <paging id="ta_paging" pageSize="10"/>
      <listbox id="ta_listbox" width="400px" mold="paging" paginal="${ta_paging}">
      </listbox>
      </bandpopup>
      </bandbox>
      <separator></separator>
      <!-- <space/>-->
      <!-- <button id="find_button" style="background-color:yellow;">Find Flights</button>-->
      </window>
      </vbox>
      </div>
      </west>
      </borderlayout>

            jumperchen jumperchen
            Bobzk Bobzk
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: