? Success

User tests: Successful: Unsuccessful:

avatar Bakual
Bakual
27 Oct 2013

The cPanel layout calculates the spans to start a new line if it goes over 12. This works fine as long as bootstrapSize is not 0. If one or more module is set to 0, the design goes crazy because it doesn't start a new line, but the module is shown with full width.

This PR sets the bootstrapSize to 12 for the calculation so a new line is properly created.

Tracker:
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=32446

avatar Bakual Bakual - open - 27 Oct 2013
avatar beat
beat - comment - 27 Oct 2013

Good find. Didn't think that people would mix modules with sizes of 0 with others.

Looked at code: Fix looks perfectly appropriate.

Thanks @Bakual :+1:

avatar elinw
elinw - comment - 31 Oct 2013

This is a good solution to the b/c break.

avatar beat
beat - comment - 31 Oct 2013

Sorry @elinw, but this does not fix the b/c break. The fix for the B/C break is here: #2231 and both PRs should be merged into RC or at latest 3.2 stable. Thanks @Bakual .

avatar mbabker mbabker - close - 31 Oct 2013
avatar Bakual Bakual - head_ref_deleted - 1 Nov 2013
avatar garyamort garyamort - reference | - 2 Dec 13

Add a Comment

Login with GitHub to post a comment