You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a dialog is triggered from an action button in a table cell, clicking the dialog or the underlay will select the row from where the dialog was triggered. This prevents any dialog text selection or focus of any focusable children in the dialog content area. Clicking dialog buttons does still work however.
🤔 Expected Behavior
Clicks should not pass through the dialog/underlay and focusable children in the dialog should be focusable.
😯 Current Behavior
Clicks pass through the dialog (and select the table row). Focusable children in the dialog cannot be focused (e.g., textfields).
Click any of the action buttons to trigger a dialog. Click the dialog body or underlay and observe that the row will toggle selection or that clicking the textfield will not focus the textfield for text input.
🌍 Your Environment
Software
Version(s)
react-spectrum
3.9.0
Browser
Chrome
Operating System
MacOS Catalina
🧢 Your Company/Team
Adobe/Quarry
🕷 Tracking Issue (optional)
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
If a dialog is triggered from an action button in a table cell, clicking the dialog or the underlay will select the row from where the dialog was triggered. This prevents any dialog text selection or focus of any focusable children in the dialog content area. Clicking dialog buttons does still work however.
🤔 Expected Behavior
Clicks should not pass through the dialog/underlay and focusable children in the dialog should be focusable.
😯 Current Behavior
Clicks pass through the dialog (and select the table row). Focusable children in the dialog cannot be focused (e.g., textfields).
💁 Possible Solution
🔦 Context
💻 Code Sample
https://codesandbox.io/s/blue-dew-z0woi?file=/src/App.js
Click any of the action buttons to trigger a dialog. Click the dialog body or underlay and observe that the row will toggle selection or that clicking the textfield will not focus the textfield for text input.
🌍 Your Environment
🧢 Your Company/Team
Adobe/Quarry
🕷 Tracking Issue (optional)
The text was updated successfully, but these errors were encountered: