Viewing 1 replies (of 1 total)
  • Thread Starter webbu

    (@webbu)

    Problem Solved:
    https://github.com/YahnisElsts/plugin-update-checker/commits/master/debug-bar-plugin.php

    Fix a conflict with WordPress’ “quick edit” feature. …
    Explanation:
    WordPress includes a “quick edit” function that lets users edit certain post properties (title, categories, etc) from the “All Posts” list. WP calculates the width (colspan attribute) of the inline editor based on the number of <th>’s in the header of the first .widefat table on the page. When PUC and Debug Bar are both active, that first table happens to be the debug info table in our Debug Bar panel. This table does not have a <thead>. As a result, WordPress sets the colspan to zero, making the inline editor unusable.

    Fixed by removing the “widefat” class from our debug info tables and adding a bunch of new CSS to emulate WordPress table style.
    2edd17e0a5 Browse code
    YahnisElsts authored a month ago

Viewing 1 replies (of 1 total)
  • The topic ‘Debug Bar & Quick Edit Problem’ is closed to new replies.