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

ネストした forEach で内側の xxxItems のエントリ数が一定でない場合に正しく動作しない問題を修正しました.

XMLWordPrintable

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major Major
    • 1.0.12-rc2
    • Affects Version/s: 1.0.12-rc1
    • Component/s: Teeda Extension
    • None

      ネストした forEach で内側の xxxItems のエントリ数が一定でない場合に正しく動作しない.
      http://d.hatena.ne.jp/yamataku_turbo/20080116/1200447724
      http://d.hatena.ne.jp/kimpo/20080122/1201002533

      以下の例で

      <div id="xxxItemsItems">
        <div id="xxxItems">
          ...
      

      xxxItemsItems が [ [ "a", "b", "c" ], [ "x" ] ] だとすると,内側 (xxxItems) の要素数が常に外側 (xxxItemsItems) の最後の要素 ( [ "x" ] ) の要素数である 1 で扱われてしまうため.

      ネストした TForEach の rowSize プロパティを外側の TForEach の繰り返し毎に復元する必要がある.

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

              Created:
              Updated:
              Resolved: