ISBAT consistenly apply styles within editor across versions #1604
Labels
[Priority] High
This issue/pull request needs resolving before the next release
[Type] Bug
Something that is not working as expected
Milestone
Describe the bug:
CoBlocks uses CSS selectors which will soon deprecate with the release of WordPress 5.5. This need to deprecate is due to changes in markup within the editor. The specific selector which should be adjusted is
.wp-block[data-type="*"]
and can be located using Regex.wp-block\[.*?\]
.At this time the selector in question can be found 137 times among 46 files including both .scss and .cypress.js files.
This PR: #1603 addresses a bug with the Media Card block that is directly related to changes in editor markup.
Isolating the problem:
WordPress version:
Happens with 5.5 WP ( OR 5.4.2 with Gutenberg active )
Gutenberg version:
8.5+ ( or Core 5.5 )
The text was updated successfully, but these errors were encountered: