? Success

User tests: Successful: Unsuccessful:

avatar Bakual
Bakual
17 Apr 2014

Issue

The installation sample data has some modules where the bootstrap_size parameter is set to 1. That doesn't matter currently because the module cromes used in those positions don't use that parameter.
However if you switch the "Module Style" (chrome) in the module advanced tab to html5, then this parameter will be used and you see the funny effect of it. Which makes it obvious that this value is crap and should be removed.

This pictures are taken with the testing samle data when the "Module Style" for the "All Front End Views" module is set to html5:
Buggy "All Front End Views" module:
bug
Expected:
correct

Solution

This PR changes the value of the bootstrap_size from 1 to the default 0.
It only changes the values for new installations. So nothing will break for existing sites.

Affected Modules

blog

  • Older Posts
  • Image

brochure

  • Main Menu
  • Login Form
  • News Flash
  • Footer
  • Image

learn

  • Top
  • Australian Parks
  • Latest Park Blogs
  • About Parks
  • Fruit Shop
  • Image Module
  • Custom HTML
  • Parks Image Module

testing

  • Top
  • All Frontend Views
  • Fruit Shop
avatar Bakual Bakual - open - 17 Apr 2014
avatar beat
beat - comment - 17 Apr 2014

Good catch! We had that in the admin area too, fixed for 3.2.0.

Shouldn't bootstrap-size have a default of 12 ?

12/12th is 100% width, same default effect as 0 which should normally not be listed in the corresponding drop-down setting ?

avatar Bakual
Bakual - comment - 17 Apr 2014

We had that in the admin area too, fixed for 3.2.0.

Yep, I was searching for it but didn't find it anymore :smiley:

Shouldn't bootstrap-size have a default of 12 ?

0 or 12 actually do the same thing (use full row). I prefer 0 as an indication of "not set specificially" and it's more consistent with other places. It's also the default value used in the chrome. Thus we could as well just delete the param, it wouldn't matter.

avatar beat
beat - comment - 17 Apr 2014

ok :+1: :smile:

avatar Bakual Bakual - close - 8 May 2014
avatar Bakual Bakual - change - 8 May 2014
Status New Closed
Closed_Date 0000-00-00 00:00:00 2014-05-08 18:32:59
Labels Added: ? ? ?
avatar Bakual Bakual - close - 8 May 2014
avatar Bakual Bakual - head_ref_deleted - 8 May 2014
avatar Bakual Bakual - reference | 9dfebb3 - 12 May 14

Add a Comment

Login with GitHub to post a comment