[wp-trac] [WordPress Trac] #59086: Twenty Twenty: black background hides text editing after 6.3 update
WordPress Trac
noreply at wordpress.org
Wed Aug 16 21:14:56 UTC 2023
#59086: Twenty Twenty: black background hides text editing after 6.3 update
-------------------------------------+---------------------
Reporter: floydwilde | Owner: (none)
Type: defect (bug) | Status: new
Priority: high | Milestone: 6.3.1
Component: Bundled Theme | Version: 6.3
Severity: major | Resolution:
Keywords: has-patch needs-testing | Focuses: css
-------------------------------------+---------------------
Comment (by sabernhardt):
In the patch, I used `html` to keep the same specificity as `body`, and
the `is_admin()` condition is first because that is more likely false than
whether WordPress is at least 6.3.
The `enqueue_block_assets` action apparently works for both iframe and
non-iframe editors in 6.3, so the version check should be fine for that.
Unless Gutenberg removes the JS warning and continues its backward
compatibility, Twenty Ten through Twenty Nineteen would need a similar
condition (not as urgently as the text color fix in this ticket).
Another way to test non-iframe editing in 6.3 is by going to Preferences
and showing the Custom Fields panel (that is why I did not get the iframe
in my SVN installation).
--
Ticket URL: <https://core.trac.wordpress.org/ticket/59086#comment:17>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list