Szymon Cofalik
Szymon Cofalik
> Also, most of the time, the dialog content is not focused. Inserting a character may be a reason but IDK. It works randomly, most of the time it doesn't...
One idea to pursue is that maybe we don't need to have strictly the same transformation for OT and locally. That was desired at some point, to make sure, that...
This is problematic for GHS as well, as div elements behave same way as block quote in this regard. It is reasonably easy to recreate suggestions that end after the...
HI @loui7, your conclusions are rather correct, especially in the second post. The transformations are needed for RTC but it is not the only reason. As you noticed, the problem...
I think the issue is pretty straightforward and says it all. We need to have `disallowChildren` and `disallowAttributes` available when using `register()` and `extend()` so that you can e.g. add...
That was actually a bit off-topic, and I meant situation when element X allows all children of Y while element Y allows all children of X. I wonder if we...
+1 for "just append".
To be honest, I think that the problem is using `UIElement` where we shouldn't. Media embed element is not a `UIElement`. We use `UIElement` only because we don't have a...
I am not sure why exactly `UIElement` was used here because I haven't been developing the feature so I don't know what problems `EmptyElement` or `ContainerElement` had. All I am...
I think so.