Closed (fixed)
Project:
Organic Groups
Version:
6.x-2.x-dev
Component:
og.module
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
21 Jan 2012 at 19:52 UTC
Updated:
22 Mar 2014 at 00:37 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
xjmSorry, this is on the user profile page.
Comment #2
xjmThis also happens in Safari, but not FF, so looks like a webkit issue.
Comment #3
xjmTagging for love!
Comment #4
drumm'item' type is for forms, which isn't right for user profile pages. Bluecheese works well with this change. It is only shown for yourself and group admins, so not critical.
Comment #5
Grayside commentedI took a gander at user.module just to double check and it looks good, but I'm not clear on how to reproduce this issue and what we are worried about seeing breakage-wise.
Comment #6
drummIn core, and bluecheese,
user-profile-category.tpl.phpstarts a<dl>anduser-profile-item.tpl.phpmakes a<dt>and<dd>for each. We have ours positioned with floating, so dropping an unfloated form item in breaks the layout. It is probably invalid HTML too.Comment #7
Grayside commentedOkay, did some HTML src analysis. Looks good.
http://drupalcode.org/project/og.git/commit/721b428
Comment #9
Anonymous (not verified) commentedMy profile page is still displaying this bug. (See attached image). Not sure if my suggested fix is the right way to go but it does work in Firebug/Chrome Inspector.
Proposed CSS fix is add 1em to margin-top:
Comment #10
Grayside commentedMy testing of vanilla OG didn't show that problem... are you suggesting this is an OG problem or should this be moved back to Bluecheese?
Comment #11
drummThis hasn't been deployed yet as far as I know. I'm confident it will work since it is making this profile item consistent with others in markup and the way it is implemented. The organic groups project can't do much else for Drupal.org specifically, so moving back to fixed.
Comment #11.0
drummUpdated issue summary.
Comment #12
drumm