Andrew Sengul created OPENMEETINGS-412:
------------------------------------------
Summary: Spacebar and enter key cause keyboard remote control to
fail while screen sharing
Key: OPENMEETINGS-412
URL: https://issues.apache.org/jira/browse/OPENMEETINGS-412
Project: Openmeetings
Issue Type: Bug
Components: UI
Affects Versions: 2.0 Apache Incubator Release
Environment: Ubuntu 12.04, hosted on an Amazon EC2 Medium instance
Reporter: Andrew Sengul
Assignee: SebastianWagner
While a screen share session is running with remote control, if the user
presses the spacebar or enter key the keyboard input will stop working for the
remote-controlling user.
The reason for this appears to be that when space or enter are pressed, a new
viewer session is started using the "startViewerSession" method in the
screenSharingDialog.lzx file. I think the problem is on the side of the user
sending the keyboard input, not the user who is sharing their screen, since
when both the sender and receiver have a Laszlo Debugger running, error
messages appear only on the sender's side when input is being sent.
I have searched through the source and have not found a place where this
behavior for the space and enter keys is set. In
build/openlaszlo/lps/components/base/componentmanager.lzx, there appears
to be a dispatchKeyDown method starting on line 62 that specifies some special
method hooks for keyup/keydown events on space and enter (keycodes 13 and 32),
but commenting out this code and recompiling the Laszlo app did nothing.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira