Make the refresh of recently access menu items more immediate.
Before:
After:
Changes:
In the second video, when the “tes” text is clear by user, the “Test” menu item stay at top.
- confirmed working as expected on test.idempiere.org. Has the added benefit that the user no longer needs to click enter twice.
Thanks!
hi , good catch, PR created for testing and review.
Hi - please note the updated menu code prevents a common use case scenario:
User types a couple of letters in the menu search field (works)
System limits results based search criteria (works)
User navigates to the desired result and clicks ‘enter’ to select. (works)
User clicks enter one more time to execute the menu option (does not work).
Currently, clicking enter does nothing. The user must now click on the menu option.
If this needs to be a separate ticket, just let me know. Chuck
Make the refresh of recently access menu items more immediate.
Before:
After:
Changes:
In the second video, when the “tes” text is clear by user, the “Test” menu item stay at top.