[wp-trac] [WordPress Trac] #62082: Classic Editor broken in Safari for MacOS Seqouia
WordPress Trac
noreply at wordpress.org
Fri Sep 20 14:10:13 UTC 2024
#62082: Classic Editor broken in Safari for MacOS Seqouia
----------------------------------------------+----------------------------
Reporter: ucallrt | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting
| Review
Component: Editor | Version: 6.6.2
Severity: major | Resolution:
Keywords: has-testing-info has-screenshots | Focuses:
----------------------------------------------+----------------------------
Comment (by ucallrt):
Patched with a fix from the other window:
marknjones (@marknjones)
2 hours, 56 minutes ago
Just in case it’s helpful, following @conartstudio’s suggestion just drop
the following code into your theme’s functions.php file and it should
patch the issue for you, clients, everyone:
add_action('admin_head', 'my_custom_css');
function my_custom_css() {
echo '<style>
#postbox-container-2 { clear: left; }
.index-php #postbox-container-2 { clear: none; }
</style>';
}
Obviously it would be better if the plugin itself were patched to resolve
the issue.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/62082#comment:10>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list