will

Results 54 comments of will

Does anybody have a workaround? rolling back to a specific version is tricky because of this issue https://github.com/kreativgebiet/rich/issues/179

I can get this fork: gem 'rich', github: 'Pixelbash/rich' to work locally, but then it doesn't work on production. I'm guessing more assets need adding to the precompile list but...

i'm getting the same error. What is the best thing to do? use neutralino1's fork or something else?

Did touch support happen?

same with propshaft and dartsass-rails. trix has no styles

no, but i did try this, which fixed it. and now i feel foolish. `@import "trix";`

I've made a workaround based on this: https://martinwolf.org/before-2018/blog/2014/06/force-repaint-of-an-element-with-javascript/ ``` $('select.themeSelect').selectric({ onOpen: function() { var wrp = this.closest('.selectric-wrapper'); var fixer = wrp.getElementsByClassName('selectric-items')[0]; fixer.style.display='none'; fixer.offsetHeight; // no need to store this anywhere,...

Hi, Yep thats exactly it.

@Velora - can you share how you overrode the cache method? Have you found a better solution?