Hi,
I’m trying to setup a quick demo server so that I can start evaluating Wave for
possible use in a project I am looking at.
I cloned the repo, ran "grade run” and then connected to the server on
localhost:9898 but after I log in, I can’t edit any wave. I always get an
error message in the
Hi Darin,
That error is because Chrome 54 has removed the deprecated
Keyboard.KeyIdentifier event property, this prevents the Wave's editor to
process key events.
You can patch Wave's code with this SwellRT commit:
https://github.com/P2Pvalue/swellrt/commit/330326c1fc13d47699a552eab8be7ef4d8bb10fd
That’s got it!
Thanks,
Darin
> On Nov 8, 2016, at 9:41 AM, Pablo Ojanguren wrote:
>
> Hi Darin,
>
> That error is because Chrome 54 has removed the deprecated
> Keyboard.KeyIdentifier event property, this prevents the Wave's editor to
> process key events.
> You can patch Wave's code with this