チケット #39002

Execute constructor after layout phase

登録: 2019-03-02 14:11 最終更新: 2019-03-02 16:45

報告者:
担当者:
チケットの種類:
状況:
完了
コンポーネント:
優先度:
5 - 中
重要度:
5 - 中
解決法:
修正済み
ファイル:
なし

詳細

The constructor of the view component must be executed after layout phase. But current implementation execute it before layout phase.

チケットの履歴 (6 件中 3 件表示)

2019-03-02 14:11 更新者: steelwheels
  • 新しいチケット "Execute constructor after layout" が作成されました
2019-03-02 14:11 更新者: steelwheels
  • 解決法なし から 受領 に更新されました
2019-03-02 14:12 更新者: steelwheels
  • 概要が更新されました
2019-03-02 14:22 更新者: steelwheels
コメント

The layout phase is executed in "viewWillAppear" method of "KCSingleViewController". So, the constructor must be executed "viewWillAppear" method of "AMCSingleViewController".

2019-03-02 16:45 更新者: steelwheels
  • 解決法受領 から 修正済み に更新されました
コメント

Fixed by following commit:

commit 56adcd46eddce0e476e8a1f3af33973eef00f276 (HEAD -> master, origin/master, origin/HEAD)
Author: Steel Wheels Project <wheel@tcn.zaq.ne.jp>
Date:   Sat Mar 2 16:42:35 2019 +0900

    AmberComponent: Fix execution timing to execute constructor of view component
    
    By this modification, the constructor of view component is executed

2019-03-02 16:45 更新者: steelwheels
  • 状況オープン から 完了 に更新されました

添付ファイルリスト

添付ファイルはありません

編集

このチケットにコメントを追加するには、ログインが必要です » ログインする