mendixlabs / rich-text

MOVED to:
https://github.com/mendix/widgets-resources/tree/master/packages-web/rich-text
Apache License 2.0
2 stars 8 forks source link

stop propagation on tab #16

Closed cdcharlebois closed 6 years ago

cdcharlebois commented 6 years ago

fix for #14 to stop the tab key from changing widget focus in mx 7.13.1.

Could not figure out how to build this properly with the npm package scripts that are installed, but the change works when repackaged locally. Is there any documentation for how to use this buildkit?

Andries-Smit commented 6 years ago

Thanks, for the PR. We had a fix, but could not release as it also includes the nano flow events which is not fully supported in the web modeler. https://github.com/FlockOfBirds/rich-text/commit/00f1989c0266e4627f04b03c80e57e1aba8fa3d9

When the WM is ready we will release the fix.

Andries-Smit commented 6 years ago

Issue is resolved in version 1.2.0 Though trough an other PR

Andries-Smit commented 6 years ago

thanks