#665 closed defect (bug) (fixed)
Long group descriptions interfere with other elements in group directory
Reported by: | burtadsit | Owned by: | |
---|---|---|---|
Milestone: | Priority: | minor | |
Severity: | Version: | 1.0 | |
Component: | Keywords: | ||
Cc: |
Description
I was helping someone in the forums create an excerpt of the group description: http://buddypress.org/forums/topic.php?id=2114
As I was playing with an excerpt filter I noticed that the description can run into the 'join/leave group' area of the directory. I suck at css.
Attachments (1)
Change History (8)
#4
@
16 years ago
This issue is caused by the fact that the "action" area with the join/leave button, group types, and member count is not floated to the right but instead uses absolute positioning to pin it there. Thus when the text in the group description is long it can overlap with the action area.
Rather than change the CSS to use floats, a fairly straightforward fix would be to move the group type and member count to the same area as the "activity" text. That way the only item on the right is the join/leave button, which isn't tall enough to cause problems with the paragraph text of the group's description.
See attached patch for how to rearrange the text to avoid this overlap issue.
I give up for the day.