Yes, it is using Bootstrap.
ron-g β created an issue.
ron-g β made their first commit to this issueβs fork.
Yes, with a capital "H", pls lemme know if you were able to replicate the issue.
ron-g β changed the visibility of the branch 3440034-cdata-is-not to hidden.
ron-g β changed the visibility of the branch 3440034-cdata-is-not to active.
ron-g β changed the visibility of the branch 3440034-cdata-is-not to hidden.
I thought so as well initially after reading the release notes.
After further debugging, notice in my MR, that I have only made two lines of updates and it should fixed this issue.
This fix will still also go thru the intentional changed in HTML utility though, it's before the serializing of the body using the custom set of rules in
\Masterminds\HTML5::saveHTML() process.
The Html.php is located in core/lib/Drupal/Component/Utility/Html.php.
I went ahead and updated the code blocks, sorry for the confusion.
Note also when viewing in a list view in 10.1 the style tags is shown as /**/, whereas now in 10.2 the inline CSS style displays instead. Like below:
.testing { background-color: #FFC; border: thin solid #CCC; padding: 10px; width:90%; margin-left:5%; margin-right:5% }
Testing 123 data.
When viewing the node itself, if you inspect the text above it you'll see the inline
ron-g β created an issue.
Here is a updated patch with the reset button that works for 2.0.x-dev.