Steven DeMartini
Steven DeMartini
@patrickn2 I unfortunately haven't had a chance to review the code or test this out (see https://github.com/sjdemartini/mui-tiptap/pull/209#issuecomment-2067535128). Life is quite busy at the moment. I'll plan to review this in...
@patrickn2 I'll more thoroughly test out your example against a larger project I have that uses mui-tiptap to see if any issues come up when making zIndex be the higher...
I believe I explored this option before, but the problem with using a blanket z-index higher than modals, etc (and not using the container to specify this) is that it...
@patrickn2 not yet. In the meantime, https://github.com/sjdemartini/mui-tiptap/issues/206#issuecomment-2133851815 is a workaround. I'm hoping to make it easier to override the z-index, no matter what the default mui-tiptap CSS is, but haven't...
@patrickn2 You can override the styles or `container` for those in approximately the same way as for the color picker. If we force the z-index to be higher than all...
I'm saying that regardless of the approach, the scenario can appear "broken" for someone. I already described one such scenario above https://github.com/sjdemartini/mui-tiptap/pull/225#issuecomment-2083157048. I don't intend to keep discussing this, as...
Hm, that's a strange bug! I was actually able to reproduce it with (1) your set of extensions and (2) the latest version of tiptap for all extensions. If either...
Thanks for investigating! Yes, I agree that that seems to be the cause of the issue on the newer version of Tiptap. It's a change in the longstanding behavior of...
Fixed in https://github.com/sjdemartini/mui-tiptap/pull/222 and released in https://github.com/sjdemartini/mui-tiptap/releases/tag/v1.9.0
@woigl Here are a couple examples of how to control the context in which the Color Picker renders or set its `zIndex` via code: https://github.com/sjdemartini/mui-tiptap/issues/206#issuecomment-2133851815 The latter still does use...