Title: Debug Bar &amp; Quick Edit Problem
Last modified: August 21, 2016

---

# Debug Bar & Quick Edit Problem

 *  Resolved [webbu](https://wordpress.org/support/users/webbu/)
 * (@webbu)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/debug-bar-quick-edit-problem/)
 * Hi I have found a bug today. I am an author on Themeforest and today I test my
   latest theme, while on posts/pages or CPT window the quick edit is look like 
   this style: [http://tinyurl.com/leqvepy](http://tinyurl.com/leqvepy)
 * I try to activate/deactivate my plugins and I found if I use a auto update plugin
   system on my plugin the debug bar make this problem like photo below; [http://tinyurl.com/klgmft9](http://tinyurl.com/klgmft9)
 * [http://wordpress.org/plugins/debug-bar/](http://wordpress.org/plugins/debug-bar/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [webbu](https://wordpress.org/support/users/webbu/)
 * (@webbu)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/debug-bar-quick-edit-problem/#post-4251280)
 * Problem Solved:
    [https://github.com/YahnisElsts/plugin-update-checker/commits/master/debug-bar-plugin.php](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.

 * ![](https://ps.w.org/debug-bar/assets/icon.svg?rev=3050748)
 * [Debug Bar](https://wordpress.org/plugins/debug-bar/)
 * [Support Threads](https://wordpress.org/support/plugin/debug-bar/)
 * [Active Topics](https://wordpress.org/support/plugin/debug-bar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/debug-bar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/debug-bar/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [webbu](https://wordpress.org/support/users/webbu/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/debug-bar-quick-edit-problem/#post-4251280)
 * Status: resolved