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
When you select an entry in a TreeDropDown (with arrow keys), and then press tab to jump to the next input field without pressing space or enter for selecting first, the dropdown stays open and the focus is not set correctly.
If you press enter or space after choosing the right entry, the entry is selected, the dropdown is closed, and using tab afterwards navigates correctly.
In storybook, you can only partly reproduce: The dropdown stays open, but setting the next focus does not differ if using space/enter for selection in between or not, because there is no next input field.
For complete reproduction, you can use GD with any guide using a TreeDropDown, e.g. "Add a progress indicator column to a table" or "Add a rating indicator column to a table".
Steps to Reproduce
Steps to reproduce the behavior (with guide "Add a progress indicator column to a table"):
Set up project according to packages/help/testcases/GuidesTestCases/CDSTestsPrerequisites.md
Start guided development and choose guide "Add a progress indicator column to a table"
Select CSD file "app\incidents\annotations.cds", Service "IncidentService", and Entity "Incidents"
Navigate to field Navigation Path using keyboard navigation
Use arrow-down to select priority. Don't use space or enter to select the entry
Press tab to navigate to next field Property
Expected results
Dropdown is closed
Value for Navigation Path is priority
Focus is on field Property
Actual results
Dropdown is not closed
Value seems not to be taken over (is still shown in the field, but when you click on the next field, it vanishes)
Focus is somewhere else (in my case it's on the back button in VS Code header, but this seems not to be very reliable)
Version/Components/Environment
Add any other context about the problem here
OS:
Mac OS
Windows
Other
Root Cause Analysis
Problem
{describe the problem}
Fix
{describe the fix}
Why was it missed
{Some explanation why this issue might have been missed during normal development/testing cycle}
How can we avoid this
{if we don’t want to see this type of issues anymore what we should do to prevent}
The text was updated successfully, but these errors were encountered:
Description
When you select an entry in a TreeDropDown (with arrow keys), and then press tab to jump to the next input field without pressing space or enter for selecting first, the dropdown stays open and the focus is not set correctly.
If you press enter or space after choosing the right entry, the entry is selected, the dropdown is closed, and using tab afterwards navigates correctly.
In storybook, you can only partly reproduce: The dropdown stays open, but setting the next focus does not differ if using space/enter for selection in between or not, because there is no next input field.
For complete reproduction, you can use GD with any guide using a TreeDropDown, e.g. "Add a progress indicator column to a table" or "Add a rating indicator column to a table".
Steps to Reproduce
Steps to reproduce the behavior (with guide "Add a progress indicator column to a table"):
packages/help/testcases/GuidesTestCases/CDSTestsPrerequisites.md
Expected results
Actual results
Version/Components/Environment
Add any other context about the problem here
OS:
Root Cause Analysis
Problem
{describe the problem}
Fix
{describe the fix}
Why was it missed
{Some explanation why this issue might have been missed during normal development/testing cycle}
How can we avoid this
{if we don’t want to see this type of issues anymore what we should do to prevent}
The text was updated successfully, but these errors were encountered: