Ticket #39002

Execute constructor after layout phase

오픈 날짜: 2019-03-02 14:11 마지막 업데이트: 2019-03-02 16:45

Reporter:
소유자:
Type:
Status:
Closed
Component:
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Fixed
File:
None

Details

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

Ticket History (3/6 Histories)

2019-03-02 14:11 Updated by: steelwheels
  • New Ticket "Execute constructor after layout" created
2019-03-02 14:11 Updated by: steelwheels
  • Resolution Update from None to Accepted
2019-03-02 14:12 Updated by: steelwheels
  • Summary Updated
2019-03-02 14:22 Updated by: 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 Updated by: steelwheels
  • Resolution Update from Accepted to Fixed
댓글 올리기

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 Updated by: steelwheels
  • Status Update from Open to Closed

Attachment File List

No attachments

Edit

Please login to add comment to this ticket » Login