Title: -'s Replies | WordPress.org

---

# -

  [  ](https://wordpress.org/support/users/arswright/)

 *   [Profile](https://wordpress.org/support/users/arswright/)
 *   [Topics Started](https://wordpress.org/support/users/arswright/topics/)
 *   [Replies Created](https://wordpress.org/support/users/arswright/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/arswright/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/arswright/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/arswright/engagements/)
 *   [Favorites](https://wordpress.org/support/users/arswright/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Debug Bar] Getting a PHP Warning](https://wordpress.org/support/topic/getting-a-php-warning-2/)
 *  [–](https://wordpress.org/support/users/arswright/)
 * (@arswright)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/getting-a-php-warning-2/#post-10682669)
 * [@mikeill](https://wordpress.org/support/users/mikeill/) This plugin doesn’t 
   seem to be seeing much in the way of active development so, to reduce the logspam,
   here’s a quick fix for the deprecated constructor call:
 * **File:** plugins/debug-bar/panels/class-debug-bar-panel.php
    **Line:** 20
 *     ```
       		_deprecated_constructor( __METHOD__, '0.8.3', __CLASS__ );
       ```
   
 * Change to:
 *     ```
       		$e_level = error_reporting();
       		error_reporting(0);
       		_deprecated_constructor( __METHOD__, '0.8.3', __CLASS__ );
       		error_reporting($e_level);
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smush – Image Optimization, Compression, Lazy Load, WebP & CDN] Directory Smush Modal Prevents Scrolling](https://wordpress.org/support/topic/directory-smush-modal-prevents-scrolling/)
 *  Thread Starter [–](https://wordpress.org/support/users/arswright/)
 * (@arswright)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/directory-smush-modal-prevents-scrolling/#post-10659595)
 * Confirmed – I am able to scroll while the focus is on the modal dialog (did not
   catch this earlier because I was using my laptop and was trying the scrollbar,
   Page Down, and down arrow key – none of which worked).
 * You’re welcome to consider this issue resolved, though it’d be cool if using 
   the arrow keys (then Enter to select) worked as a means for navigating the directory
   tree.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smush – Image Optimization, Compression, Lazy Load, WebP & CDN] Directory Smush Modal Prevents Scrolling](https://wordpress.org/support/topic/directory-smush-modal-prevents-scrolling/)
 *  Thread Starter [–](https://wordpress.org/support/users/arswright/)
 * (@arswright)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/directory-smush-modal-prevents-scrolling/#post-10658544)
 * Additional information: [Screenshot at imgur.com](https://imgur.com/a/m6Fx2HT)

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