[wp-trac] [WordPress Trac] #58455: The admin menu remains sticky when displaying warning or error messages on the Site Health page.

WordPress Trac noreply at wordpress.org
Tue Jun 6 07:51:47 UTC 2023


#58455: The admin menu remains sticky when displaying warning or error messages on
the Site Health page.
----------------------------+------------------------------
 Reporter:  dhrumilk        |       Owner:  (none)
     Type:  defect (bug)    |      Status:  new
 Priority:  normal          |   Milestone:  Awaiting Review
Component:  Administration  |     Version:  trunk
 Severity:  normal          |  Resolution:
 Keywords:  needs-patch     |     Focuses:  ui, css
----------------------------+------------------------------
Changes (by audrasjb):

 * keywords:  needs-patch reporter-feedback => needs-patch
 * focuses:   => ui, css
 * version:   => trunk


Comment:

 Ok I wasn't able to reproduce the issue because I wasn't triggering the
 warning on the good place.

 For those interested, I can reproduce the exact issue using this example
 snippet:
 {{{
 add_action( 'init', function() {
         0 / 0;
 } );
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/58455#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list