Andreas

Results 42 comments of Andreas

That is definitely a Safari related bug. I was able to at least update the color after saving with this method: ``` pickr.on('save', function(hsva, instance){ pickr.hide(); $input.focus(); }); ``` But...

@edwinfinch This works with all colors except `#ffffff`. I had to put this in a init method because the problem occurs directly on page load for me. ``` .on('init', function(instance){...

I don't know what was happening in my old project which I tried to "modernize", but it worked in a blank project so this might be something on my end...

I have to re-open this. So uhm, new JS file and I still end up with the error `Bundling failed with this error: Name must be lowercase, can contain digits,...

> First, what is the name of the JS file where the code above appears? The file is named `backend-editor.js` and it compiles to `backend-editor.min.js`. > Second, try using lowercase...

There you go: [codekit-demo.zip](https://github.com/bdkjones/CodeKit/files/4693505/codekit-demo.zip) I extracted the files and folder structure the way it is in my main project, but only with the relevant parts. The original project also includes...

@bradleyDouglas No solution so far on my end. Had to go the "old-school" way for now.

Hm. I now just changed `contents:` to `contentss:` and that fixes it?! What's wrong with `contents` as content handle?

@jacksleight But this also happens when there is not even an image inside the content. I'm also not using a custom image extension, all core stuff. There are a bunch...

> But, this is also invalid ProseMirror data Mh, that's how Statamic generated it. ._.