Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
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
- relates to
-
GUACAMOLE-1204 Add support for RDP touch events (RDPEI)
- Closed