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
Trying to select a row in a form/dialog when using a table controller provides no visual feedback. The row does detect onClick events properly but the actual selected state is not reflected until the table data has been refetched.
To Reproduce
Open any form that has a table controller, for example the User dialog.
Fill in the first step
Try to select a group from the "Primary group" step
TableBug.mp4
The group will be selected in the form context, but visually the row will remain unselected until the table data has been refetched.
Expected behavior
Table should always mark which rows are currently selected.
Details
Affected Component: [Sunstone]
Version: [development]
Additional context
Add any other context about the problem here.
Progress Status
Code committed
Testing - QA
Documentation (Release notes - resolved issues, compatibility, known issues)
The text was updated successfully, but these errors were encountered:
Description
Trying to select a row in a form/dialog when using a table controller provides no visual feedback. The row does detect onClick events properly but the actual selected state is not reflected until the table data has been refetched.
To Reproduce
Open any form that has a table controller, for example the User dialog.
TableBug.mp4
The group will be selected in the form context, but visually the row will remain unselected until the table data has been refetched.
Expected behavior
Table should always mark which rows are currently selected.
Details
Additional context
Add any other context about the problem here.
Progress Status
The text was updated successfully, but these errors were encountered: