C2LC-418: Shortcuts are not working from Grid 3 in Chrome and Edge

Metadata

Source
C2LC-418
Type
Bug
Priority
N/A
Status
Done
Resolution
N/A
Assignee
N/A
Reporter
Created
2021-07-12T11:45:14.711-0400
Updated
2021-07-12T14:29:23.017-0400
Versions
N/A
Fixed Versions
  1. Coding Env 0.9
Component
N/A

Description

They work in Firefox, but not in Chrome or Edge.

Steps to reproduce:

  • Run Weavly in Chrome or Edge
  • Run Grid 3 with the Weavly grid set
  • Activate the “Actions” cell in the top left of the Weavly grid

Expected:

  • The Actions Panel to be scanned

Actual

  • Focus is advanced based on where the focus currently is
  • The Actions Panel is not focused before the sending of tabs

Analysis:

When key presses are sent from a physical keyboard, the keydown events in Chrome have both code and key set. However, when the key presses are sent from Grid 3, key is set, but code is not set (empty string).