mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #01938
[Bug 649626] Re: Group members list is not displayed correctly when multiple columns are used
Hi Eugene, the problem is still there. Steps to replicate:
1. Make sure that you have several members of the group (so that groups members block is long enough).
2. Change Group Homepage view output to 3-column one.
3. Move Members block from bottom to the left so that it is overlaid by the main About block.
Members block uses table in output rendering and the number of rows and
columns is fixed - that is the reason of problem. Probably members block
should have only one setting - the number of members to display, and
divs could used instead of table in the output, so that the lines of
items are wrapped to fit the outer block.
--
Group members list is not displayed correctly when multiple columns are used
https://bugs.launchpad.net/bugs/649626
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Status in Mahara ePortfolio: New
Bug description:
Users block does not scale to the column size.
This is on master, FF 3.6
References