Hello everyone,
I’m working on an Oracle APEX Interactive Grid (IG) where users enter fabric data. The user workflow is:
- Click on a specific column (e.g., "Quantity") in the IG.
- Switch to Excel using Alt+Tab to copy some values.
- Return back to the APEX page using Alt+Tab.
- They want to immediately paste using Ctrl+V — without clicking the cell again.
The issue is that when the user switches back to the APEX tab:
- The cursor focus is lost
- The previously selected cell is no longer in edit mode
- They have to use the mouse again to select the cell, which breaks keyboard-only workflow.