Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-23312

Web UI: fix nuxeo-key error on firefox

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: WEBUI-1.0.0
    • Fix Version/s: WEBUI-1.0.2, 9.3
    • Component/s: Web UI

      Description

      In https://github.com/nuxeo/nuxeo-web-ui/blob/master/elements/nuxeo-keys/nuxeo-keys.html#L53:

      var element = e.detail.keyboardEvent.srcElement;
      

      does not work on FF. It should be

      var element = e.detail.keyboardEvent.target;
      

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved:

                  Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0 minutes
                  0m
                  Logged:
                  Time Spent - 1 hour
                  1h