-
Notifications
You must be signed in to change notification settings - Fork 645
Closed
Labels
bugSomething isn't workingSomething isn't workingcomponent: TreeViewIssues related to the TreeView componentIssues related to the TreeView componentreact
Description
Description
When adding a <dialog> element within the contents of a TreeView, and showing the dialog as modal, it will trap the focus to the contents of the dialog, however moving the focus causes TreeView to check where focus is, and assumes the next items to be within the TreeView. This is not the case for Dialogs.
Steps to reproduce
- Use a
<TreeView>. - Add a
<dialog>in the contents of theTreeViewand call.showModal() - See an error
Element is not a treeitem.
Version
v36.3.1
Browser
Chrome, Safari, Firefox, Edge, iOS Safari
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcomponent: TreeViewIssues related to the TreeView componentIssues related to the TreeView componentreact