[buddypress-trac] [BuddyPress] #4786: Big activity stream bug after editing an entry in the activity dashboard - introduced in 1.6.3

buddypress-trac noreply at wordpress.org
Wed Jan 23 22:12:17 UTC 2013


#4786: Big activity stream bug after editing an entry in the activity dashboard -
introduced in 1.6.3
--------------------------+------------------------------
 Reporter:  rossagrant    |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Activity      |     Version:
 Severity:  normal        |  Resolution:
 Keywords:                |
--------------------------+------------------------------

Comment (by hnla):

 The reason the visual appearance is borked is that on edit and return to
 li item the item has had the class tokens 'friendship_accepted' & 'mini'
 added to the parent li element. '.mini' we generally use to apply a left
 float to the activity header to keep all on one line but isn't an
 applicable class for a forum post or other major li items.

 A temp fix would be to add:

 .activity-list li.bbpress.mini .activity-header p {float: none;}

 The compound class would fail silently when issue resolved, however as
 this happens on a variety of entries one would to repeat for other
 activity items such as '.album'

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4786#comment:1>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list