swierczek
swierczek
Here is a workaround I got working by adjusting Chart.js (v2.4.0). These errors get thrown because the backgroundColor is not a standard color, but instead a CanvasPattern. I'm not sure...
Current `7.dev` branch, no add-ons, no PHP notice/warning/errors in the source:
I searched the source for `notice`, `warning`, and `error` and didn't see anything outside of HTML classes that include those words. This was an upgrade, but I just wiped it...
Agreed with your assessment of the 2 parts to this. I guess for the second part, I'd at least expect the validation to fail when attempting to save the entry,...
I would assume HTMLPrettify is only supposed to operate on valid HTML. Because you have other template code in your HTML file, it's throwing off the parser (as expected) and...