• Application Layout Bootstrap3 style - right column creates layout error on sm-screen

    By Uwe E. Jandt 8 years ago

    Hi,

    when I place (bootstrap class) divs into the right column, the right column overlays (and therfore hides) the center column on a sm-screen solution.
    link to my stackoverflow Q: http://stackoverflow.com/questions/36725249/xpages-application-layout-bootstrap-3-error-in-right-column

    I think the reason is a missing definition for col-sm in the auto generated for the right column:

     class=“col-md-10 col-sm-9 applayout-content”>
    
    class=“col-md-2 applayout-column-right”>
    when I “correct” in firebug like this:
     class=“col-md-10 col-sm-9 applayout-content”>
    
    class=“col-md-2 col-sm-3 applayout-column-right”>
    the sm-behaviour is fine,
    What is strange for me in that if I just put simple text or a view control into the right column the effect doesn't show. As soon as there is e.g. a , the effect is there.

    Uwe

    • By B Gleeson 8 years ago

      FYI, the fix for this issue is in the latest ExtLib release, ExtLib 17, which was released on the openntf site yesterday (2nd June 2016)