Ghjuvan Lacambre
Ghjuvan Lacambre
Ah, I can reproduce that now! Thank you for investigating this a bit more, I'll try to solve this within the week :)
I think the solution is the same as https://github.com/glacambre/firenvim/issues/800#issuecomment-757501541 . Still on the fence about merging that.
@toofar Thanks for trying this out (and congratulations for figuring out how to do it on your own!). Yep, there still are a few things to change regarding how the...
@toofar The iframe should now be correctly placed over the textarea and qutebrowser should enter passthrough mode automatically. There's still a few tweaks I want to make, tests I want...
Hi, thanks for the report. Do you get any error messages in the console (`` to open it)?
Great, thanks :) . This may or may not be fixed once #1193 is implemented (if it does get implemented...).
Hi, thanks for the report. I think you're right, this sounds like a CSP issue. If I figure out how to solve #1193 this problem might go away :).
I've been working on this for a week now and I can't get writing to work. The following code is enough to retrieve text: ```typescript let elem = document.querySelector(selec) as...
I have something that can reliably get and set the content of draftjs elements here: https://github.com/glacambre/firenvim/compare/draftjs The problem with that is that draft-js triggers an onChange to overwrite the state...
Note to self: Try the document.execCommand("insertText") & paste.