Uploaded image for project: 'Teeda'
  1. Teeda
  2. TEEDA-210

gridで一方のcolへwidthを指定すると、もう一方のcolへもwidthが設定されてしまう

XMLWordPrintable

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major Major
    • 1.0.3
    • Affects Version/s: 1.0.2
    • Component/s: Teeda Extension
    • None

      <colgroup>
          <col span="2" class="T_leftFixed" />
          <col span="4" width="100px" />
      </colgroup>
      

      上記のようにhtmlへ記述すると、

      <colgroup>
          <col span="2" width="100px" class="T_leftFixed" />
          <col span="4" width="100px" />
      </colgroup>
      

      と記述されたように出力されてしまう。

            Assignee:
            manhole manhole
            Reporter:
            manhole manhole
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: