Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
iDempiere JIRA
Navigation on QuickForm
Description
In the quick form, there is no treatment for fields that has the CustomSearchBox component, so even when the component is editable when we try to navigate through the line using the keyboard arrows, these fields are skipped to the next one.Given this scenario,a validation was added for components that inherit the ComboEditorBox class.
In the isEditable method in QuickGridTabRowRenderer class,a validation for this type of component was added.
In the first gif below we can see the old behavior and in the next one the new behavior
In the quick form, there is no treatment for fields that has the CustomSearchBox component, so even when the component is editable when we try to navigate through the line using the keyboard arrows, these fields are skipped to the next one.Given this scenario,a validation was added for components that inherit the ComboEditorBox class.
In the isEditable method in QuickGridTabRowRenderer class,a validation for this type of component was added.
In the first gif below we can see the old behavior and in the next one the new behavior