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

3d Groupbox cave has extra top border when having title

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 6.0.1
    • 6.0.0
    • CSS

      In 3d mold, Groupbox cave has extra top border when having title, compared with having caption.

      <hlayout>
      	<groupbox mold="3d" height="200px" width="200px">
      		<caption label="Groupbox" />
      		Groupbox
      	</groupbox>
      	<groupbox mold="3d" title="Groupbox" height="200px" width="200px">
      		Groupbox
      	</groupbox>
      </hlayout>
      

      cause:

      _contentAttrs: function () {
      	...
      	if (cap) s = 'border-top:0;' + (s||''); // <- should concern title too
      	...
      },
      

            SimonPai SimonPai
            SimonPai SimonPai
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: