[TEEDA-210] gridで一方のcolへwidthを指定すると、もう一方のcolへもwidthが設定されてしまう Created: 2006-12-24  Updated: 2006-12-26  Resolved: 2006-12-26

Status: Resolved
Project: Teeda
Component/s: Teeda Extension
Affects Version/s: 1.0.2
Fix Version/s: 1.0.3

Type: Bug Priority: Major
Reporter: manhole Assignee: manhole
Resolution: Fixed Votes: 0
Labels: None


 Description   
<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>

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



 Comments   
Comment by manhole [ 2006-12-26 ]

GridRendererがバグっていました。
(revision 2582)

Generated at Wed Apr 24 06:52:28 JST 2024 using Jira 9.15.0#9150000-sha1:9ead8528714127d8cfabf2446010d7e62c0a195c.