swierczek

Results 12 comments of 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...

Specific suggested changes: ``` .sidebar-toc > ul > li { margin-bottom: 18px; line-height: 1.14rem; } .sidebar-toc li ul { margin-top: 18px; } .sidebar-toc li { margin-bottom: 13px; } ```

When I experience this, I often notice that there are multiple different session IDs in the `exp_sessions` table for my member ID. But clearing one or both doesn't necessarily make...

Regarding #2 - https://docs.expressionengine.com/latest/development/add-on-update-file.html#add-publish-tabs-with-your-add-on-tabs _does_ include info about the `tabs()` function. Adding a link in the note to go directly here would still be a useful change.

Regarding #1 - https://docs.expressionengine.com/latest/development/add-on-update-file.html#adding-publish-tabs is I think what this is referring to. Again, adding a link in the note would be helpful.

@intoeetive I tried adding the `tabs()` function to the `upd` file, but that didn't seem to change anything here. I haven't tried adjusting the `install`/`update` functions though, as this error...