Manuscript (Case [Issue]22456) Spec - DynamicLeftToRightColumnsLayout generates an additional unneeded row with null presenters.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Manuscript (Case [Issue]22456) Spec - DynamicLeftToRightColumnsLayout generates an additional unneeded row with null presenters.

Pharo Issue Tracker
Manuscript Notification
avatar
Bug in Project:  Spec: 1. Pharo Image  •  You are subscribed to this case
This code snippet creates a widget with 3 rows instead of 2 (14 elements to put on lines of 7 elements results in 2 rows normally).

(DynamicPresentersListBuilder new
        modelObjects: (1 to: (14));
        presenter: ButtonPresenter
        configuredAs: [ :button :i | 
            button
                label: i asString ];
        layoutBuilder: (DynamicLeftToRightColumnsLayout columns: 7);
        build) openWithSpec
Priority Priority: 5 – Fix If Time Status Status: Work Needed
Assigned To Assigned to: Everyone Milestone Milestone: Later

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want Manuscript notifications anymore? Update your preferences.

Manuscript

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
https://lists.gforge.inria.fr/mailman/listinfo/pharo-bugtracker