Dirk Holtwick
Dirk Holtwick
Sure, good idea. I guess the same will be true for ``. Anyway, cannot promise to solve it too soon, but it is now on my list :)
Sorry for the late fix, but with some help from Copilot this was quickly done then ;)
Thanks for the detailed description of the problem. @marlass, could you please provide an example document that causes this issue? This would greatly help to fix the problem and get...
Thanks @marlass The new regular expression did a great job. Sorry for the late fix.
@nperez0111 What would the other issue be? I haven't found any other references to problems in the ticket mentioned. How far along is the plan to replace zeed-dom in TipTap?
I see. So you basically need `.style` to function corretly, like described in https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style ? Or would you even need `getComputedStyle`? https://developer.mozilla.org/en-US/docs/Web/API/Window/getComputedStyle As you can see [here](https://github.com/holtwick/zeed-dom/blob/master/src/vdom.ts#L430) `.style` is already...
> > How far along is the plan to replace zeed-dom in TipTap? > > We do have [a PR](https://github.com/ueberdosis/tiptap/pull/5515) for replacing zeed-dom with `happy-dom` but, if we can still...
> > I see. So you basically need `.style` to function corretly, like described in [developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) ? > > From my understanding, we need the `styles.length` and `styles.getPropertyValues` APIs. I...
It is now published as 0.15.1 Indeed, this is just a straight forward solution. It is not a general one. Supporting all edge cases might require some deep dive into...
Thanks for your support. I'll then close this ticket for now. Feel free to come back, if you still experience problems.