clarity icon indicating copy to clipboard operation
clarity copied to clipboard

Modal/Dialog content invisible in Clarity

Open JhumanJ opened this issue 2 months ago • 2 comments

Describe the bug Modal/Dialog content not rendering with clarity.

Screenshots We can see the dialog overlay, but not the actual content.

Image

Project info If this is an issue happening in a specific project,

  • Type: website:
  • Website info: Nuxt app in SSR mode using Nuxt UI which under the hood uses Reka UI https://reka-ui.com/docs/components/dialog. Modal can be tested here https://reka-ui.com/docs/components/dialog

Browser info: All browsers/OS impacted.

JhumanJ avatar Oct 23 '25 08:10 JhumanJ

Same problem here.

Not just modals. The problem happens with div elements that change display with JavaScript (Vue).

Could the problem be making visible in recording elements changes in Virtual DOM?

Should we add some additional code to get these dynamic elements? changes in Virtual DOM?

molavec avatar Oct 24 '25 13:10 molavec

We're also not seeing some modals some of the time in recordings using a Nuxt SSR app, happy to share project info for debugging.

zizzfizzix avatar Nov 03 '25 10:11 zizzfizzix