Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Screen reader support for nested DndContext #1394

Open
rishitank opened this issue May 2, 2024 · 0 comments
Open

Screen reader support for nested DndContext #1394

rishitank opened this issue May 2, 2024 · 0 comments

Comments

@rishitank
Copy link

Hi, when using a nested DndContext, it seems that the screen reader announcements for the nested DndContext render in the DOM in the same place as the outer DndContext:

<DndContext>
   <div>
      drag / drop components here...
      <button>
         <DndContext>
         some other drag / drop components here...
         </DndContext>
      </button>
   </div>
   Screen reader announcements render here in the DOM for both contexts...
<DndContext>

Is there a fix for this or is this a bug? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant