[buddypress-trac] [BuddyPress] #5167: CSS breaks wp_editor on BP pages

buddypress-trac noreply at wordpress.org
Wed Sep 11 18:39:17 UTC 2013


#5167: CSS breaks wp_editor on BP pages
--------------------------+-----------------------------
 Reporter:  netweblogic   |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Core          |    Version:  1.8.1
 Severity:  normal        |   Keywords:
--------------------------+-----------------------------
 I discovered this problem in my plugin Events Manager, but this is not
 related to EM rather CSS that is applied to BP pages.

 What happens is the toolbar and add media buttons are bigger than they
 should be, which is caused by some rules in the BP stylesheet.

 This is happening on TwentyTwelve

 Proof of concept:

 Visit the settings > general page in your profile (where you set your
 email and password) with this hook active:

 {{{
 add_action( 'bp_before_member_settings_template', 'wp_editor_bug_proof' );
 function wp_editor_bug_proof(){
         wp_editor('test','test', array() );
 }
 }}}

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5167>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list