• Resolved kinghead

    (@kinghead)


    Hello,

    I found a bug in the autodescription.css file (and minified version) in line 174. I have to delete the width settings otherwise the layout breaks in the admin panel at postings:

    #tsf-seo-bar-wrap {
    	width: 18%;
    }

    should be changed to:

    #tsf-seo-bar-wrap {
    	width: auto;
    }

    Thanks
    Cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Sybre Waaijer

    (@cybr)

    Hi @kinghead,

    That fixed width has been added because of bugs with plugins like WooCommerce or bbPress in combination with plugins like WPML and qTranslate X on a Gekko browser like Firefox.

    All of the above has to do with WordPress using tables (which is fine(-ish)) and Firefox not correctly measuring word-wraps within.
    See Firefox bug 587438 (6 years old) and bug 307866 (11 years old)…

    I’m going to consider reworking The SEO Bar with using flex-boxes or any other forms of output to prevent such conflicts… as I keep adding patches upon patches for this.

    Until then, could you please notify me on the following?
    – In which table do you notice the bug?
    – In which table column is this bug effective?
    – What browser are you using?
    – Which operating system are you using?

    Thanks! 🙂

    Thread Starter kinghead

    (@kinghead)

    Hi Sybre Waaijer,

    thanks for feedback.

    The conflict appears in Column “SEO” where all postings are listed in the backend:
    <th scope="col" id="tsf-seo-bar-wrap" class="manage-column column-tsf-seo-bar-wrap">SEO</th>

    The column is in that table:
    <table class="wp-list-table widefat fixed striped posts">

    I use Firefox, version 49.0.2 and Windows 7 Pro 64bit

    Thanks
    Cheers

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘CSS bug in admin panel “postings” (autodescription.css)’ is closed to new replies.