axis80

Results 36 comments of axis80
trafficstars

Oops, I forgot the link to the Codepen. Here it is: https://codepen.io/anon/pen/LgZNMB

Yep, that Codepen even handles deletion of rich text with bold, italics, and hyperlinks without any problems. I spent some more time working with /editor/editor.js but I couldn't figure it...

Nice detective work. I used the Chrome inspector to delete the menu from the DOM, and now the contenteditable field behaves as expected. I did a little bit of Googling...

Crossing my fingers that this might be a solution: https://stackoverflow.com/questions/15659247/prevents-some-elements-from-being-edited-when-using-contenteditable

According to the StackOverflow you also have to set the x-respond-menu element to display: inline. I tried that and it didn't fix it for me, either, but didn't you say...

This sounds fine, and I agree that an extra click is a small price to pay to put this issue to rest.

Thanks. I will dig into this soon and see if I can figure out how to do it with Angular. It seems like a good way for me to get...

Someone else had previously left a comment suggesting the use of [delta timing](https://drewcampbell92.medium.com/understanding-delta-time-b53bf4781a03) - i.e. measuring the time delta (difference) between the current and previous frame and then multiplying that...

I've [forked this repo](https://github.com/axis80/splide-extension-auto-scroll/tree/feature/stabilize_frame_rate) and have been working on a pull request to fix the issue described above. A demo of my code is here: https://codepen.io/axis80/pen/XWxVjxK It's working great on...