FNNDSC / projectman

FNNDSC project manager
3 stars 0 forks source link

Chat in viewerjs #99

Closed rudolphpienaar closed 8 years ago

rudolphpienaar commented 9 years ago

Chat in viewerjs

Overview

Add a simple text chat widget to viewerjs.

rudolphpienaar commented 8 years ago

Mostly done.

There is however an issue with keystrokes being captured by xtk.

In the chat window, the 'q' and 'w' and 'r' (possibly other?) keys are not captured since they are special keys for flipping the view in xtk.

Any ideas, @NicolasRannou

NicolasRannou commented 8 years ago

Yes, it is because we "prevent.defaults" https://github.com/xtk/X/blob/viewerjs/io/interactor.js#L1211-L1249

We can get rid of it for this special XTK build.

NicolasRannou commented 8 years ago

Fixed by: https://github.com/xtk/X/commit/72dfdce221d69dcc026d44cf767229769cb0787e