Ticket #39002

Execute constructor after layout phase

Date d'ouverture: 2019-03-02 14:11 Dernière mise à jour: 2019-03-02 16:45

Rapporteur:
Propriétaire:
Type:
État:
Atteints
Composant:
Priorité:
5 - moyen
Sévérité:
5 - moyen
Résolution:
Fixed
Fichier:
Aucun

Détails

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
  • Résolution Update from Aucun to Accepted
2019-03-02 14:12 Updated by: steelwheels
  • Summary Updated
2019-03-02 14:22 Updated by: steelwheels
Commentaire

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
  • Résolution Update from Accepted to Fixed
Commentaire

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
  • État Update from Ouvert to Atteints

Attachment File List

No attachments

Modifier

Please login to add comment to this ticket » Connexion