Martin Splitt

Results 98 comments of Martin Splitt

Uhm, any help with this is much appreciated. I'm a out of ideas right now :(

I will take care of this and probably also the Web componentisation from #46

Hey @garfbargle - thanks for your kind words and opening up this issue! Cool website you're building there - so let's try to fix this issue, so you can finally...

Hey, thanks for the lightning-fast answers! The iOS version _may_ matter, as you're hitting the template polyfill as well, so one more potential source of the issue. The fact that...

That's because Safari is using the Polyfill. There's two things that may be happening: 1.) The z-index order is wrong in Safari, meaning that the "contenteditable" span (`class="input"`) is covered...

Perhaps, yes... Try editing terminal.css like this: ``` css fake-terminal::shadow #terminal .input { height: 1em; min-width: 1em; outline-color: transparent; border: none; display: inline-block; } ``` and add this line ```...

Aww shucks. Is there anything on the error console by chance? If not, I'll try to find a Safari to test with next week 2015-04-25 21:10 GMT+02:00 garfbargle [email protected]: >...

Shucks, would've been lovely if it would log something. Well, I'm very grateful for you taking the time to debug this with me. I want this thing to be useful...

Right, let's see if I can carve out some time soon to give this another go. It's hard for me, as I'm not having any iOS devices available, so testing...