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

Button fileupload sometimes not work when using strong CSS font style

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 7.0.1, 6.5.6
    • 6.5.4
    • Components
    • Security Level: Jimmy
    • None

      Reproduce sample zul and CSS file:

      <zk xmlns:h="native" xmlns:w="client">
      	<style src="/css/style.css" />
      	<window>
      		<groupbox open="true" closable="true">
      			<grid>
      				<columns />
      				<rows>
      					<row>
      						<button upload="true, native" label="upload 1" mold="trendy" />
      						<button upload="true, native" label="upload 2" mold="trendy" />
      					</row>
      				</rows>
      			</grid>
      		</groupbox>
      	</window>
      </zk>
      
      * {
      	font-size: 14px !important;
      }
      

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

              Created:
              Updated:
              Resolved: