michaeluno / admin-page-framework

Facilitates WordPress plugin and theme development.
http://admin-page-framework.michaeluno.jp/
Other
340 stars 71 forks source link

Error: TinyMCE without title column #108

Closed patrickf0 closed 10 years ago

patrickf0 commented 10 years ago

When you use the 'show_title_column' => false in addition with textarea as tinyMCE you get a small displacement (see image)

array( 
            'field_id'          => 'teilauto_text',
            'section_id'        => 'teilauto',
            'type'              => 'textarea',
            'show_title_column' => false,
            'rich'          => array(
                'media_buttons' =>  true,
                'teeny'         =>  false,
                'textarea_rows' =>  10, 
            )
        ),

bildschirmfoto 2014-06-12 um 15 58 45

michaeluno commented 10 years ago

Can you try 3.1.0b? I think I have fixed that issue. Download: https://github.com/michaeluno/admin-page-framework/archive/3.1.0b.zip

patrickf0 commented 10 years ago

Works! Thx! :)