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

Grid row children on Hover: some styles are not rendered in Chrome

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Normal Normal
    • None
    • 8.0.2
    • None
    • Security Level: Jimmy
    • None
    • ZK 8.0.3 S2

      Reproduced with:

      <zk>
      	<style>
      	//workaround
      	//.z-row-inner{
      		//position:initial!important;
      	//}
      	</style>
        	<grid width="100%">
        		<rows>
        			<row>
        				<window title="Embedded Style" border="normal" width="200px"> Hello, Embedded!</window>
        			</row>
        			<row>
        				<div width="100px" height="70px" sclass="dhSquareButton">test2</div>
        			</row>
        		</rows>
        	</grid>
      </zk>
      

      or

      <zk>
      	<style>
      	.testCss{
      	     border: 3px solid #FF00FF;
      	}
      	//workaround
      	//.z-row-inner{
      		//position:initial!important;
      	//}
      	</style>
        	<grid width="100%">
        		<rows>
        			<row>
        				<div width="100px" height="70px" sclass="testCss">test</div>
        			</row>
        			<row>
        				<div width="100px" height="70px" sclass="testCss">test2</div>
        			</row>
        		</rows>
        	</grid>
      </zk>
      

            wenninghsu wenninghsu
            MDuchemin MDuchemin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 30 minutes
                30m