Function yui_grid_preprocess_block should add the new "yui3-u" class, not the old "yui-u" class.

This bug will have been around since the release of 7.x-3.x.

Comments

  • dieuwe committed f881f7a on 7.x-3.x
    Issue #2399337: Add correct class in block preprocess.
    
dieuwe’s picture

Status: Active » Fixed
dieuwe’s picture

Priority: Minor » Normal
Status: Fixed » Needs work

On second thought, this simply will not work as the main content "block" will receive those classes and stop taking up full width by default. That hook simply needs to be removed as it is not necessary any more.

  • berenddeboer committed 0463db8 on 7.x-3.x
    Issue #2399337: revert class change, impacts layout, so we want to think...