David Ortner

Results 198 comments of David Ortner

Hi @devinellis! 🙂 Thanks for reporting! I am not able to reproduce this bug. I have compared Happy DOM with Firefox and I get the same result between them. Am...

Too bad to hear that Happy DOM couldn't help you with your case. I believe I understand the problem now. I assumed that "innerText" for `` behaves the same as...

Actually, it is not the `` element that behaves different. It should just render it differently if it is connected to the document or not.

You could try to use [browserify](https://www.npmjs.com/package/browserify). It would be possible to export a version of Happy DOM without the Node.js dependencies as there aren't that many and they are quite...

Hi @jakobrosenberg! :slightly_smiling_face: Yes this is a feature I have been thinking about adding as I also have a need for it. Not sure exactly when I will get the...

@frankandrobot I am not sure we are ready to close this one. Maybe we should add the polyfill to Happy DOM? 🙂

Thanks for reporting @Bauke! :slightly_smiling_face: This is not that easy to solve. We are missing implementation for some element types and those that have been implemented might not have fully...

Sounds like something that would be good to fix in that case. I am looking into creating a script that can grab information about the elements from the documentation. Maybe...

Thanks for reporting! 🙂 It seems like we are missing support for `Node.compareDocumentPosition()`. I will look into adding it as soon as possible. You are also very welcome to make...

Hello everybody! :wave: Sorry that it took such a long time for me to look into this issue. It seems like a problem that probably affects many users. It has...