[wp-trac] [WordPress Trac] #62082: Classic Editor broken in Safari for MacOS Seqouia

WordPress Trac noreply at wordpress.org
Mon Sep 23 22:58:20 UTC 2024


#62082: Classic Editor broken in Safari for MacOS Seqouia
----------------------------------------------+----------------------------
 Reporter:  ucallrt                           |       Owner:  (none)
     Type:  defect (bug)                      |      Status:  closed
 Priority:  normal                            |   Milestone:
Component:  Editor                            |     Version:
 Severity:  major                             |  Resolution:  reported-
                                              |  upstream
 Keywords:  has-testing-info has-screenshots  |     Focuses:
                                              |  administration
----------------------------------------------+----------------------------

Comment (by azaozz):

 Thinking this may need a workaround for WP 6.7 if Safari is not fixed in
 the next month or so. The old Edit Post screen is in maintenance mode, but
 a lot of petiole still use it. The fix seems petty simple but should be
 added only to Safari and should be RTL aware. Seems something like this
 may work:

 {{{
 if ( $GLOBALS['is_safari'] ) {
     $clear = is_rtl() ? 'right' : 'left';
     echo "<style>#post-body #postbox-container-2 { clear: {$clear};
 }</style>";
 }
 }}}


 On the other hand there is a more or less acceptable workaround (set it to
 one column from Screen Options), so maybe just wait for Safari to be
 fixed?

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


More information about the wp-trac mailing list