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

grid columns misaligned

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • 8.6.0
    • Freshly, 8.6.0
    • Components
    • Security Level: Jean

      Steps to Reproduce

      simple grid with fixed column widths

      		<grid width="302px">
      			<columns>
      				<column width="100px" label="A"/>
      				<column width="100px" label="A"/>
      				<column width="100px" label="A"/>
      			</columns>
      			<rows>
      				<row>
      					<cell>A</cell>
      					<cell>A</cell>
      					<cell>A</cell>
      				</row>
      			</rows>
      		</grid>
      

      Current Result

      content cells are not aligned to the column headers

      Expected Result

      proper alignment

      Debug Info

      looks like the offset is the width of a scrollbar (which is not needed in this case)

      Root Cause

      Workaround

            CharlesQiu CharlesQiu
            cor3000 cor3000
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - 2 hours
                2h
                Remaining:
                Time Spent - 1 hour Remaining Estimate - 1 hour
                1h
                Logged:
                Time Spent - 1 hour Remaining Estimate - 1 hour
                1h