Uploaded image for project: 'Guacamole'
  1. Guacamole
  2. GUACAMOLE-1481

Migrate remaining events to new event API

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • 1.6.0
    • None

    Description

      GUACAMOLE-1204 introduced a new, improved event API which replaced things like:

      mouse.onmousedown = function myhandler(state) {
         ...
      };
      

      with:

      mouse.on('mousedown', function mynewhandler(event) {
         ...
      });
      

      Mouse and touch events were migrated to this new API, however the remaining events were not migrated in the interest of not blocking the 1.4.0 release. This migration should be performed for the remaining events.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mjumper Mike Jumper
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: