Casey Holzer
Casey Holzer
The `keydown` event listener *is* working in Chrome 61.0.3163.98 on Android 5.0.1. It is *not* working after upgrading to Chrome 63.0.3239.111.
I reported the bug to the Chromium team: https://bugs.chromium.org/p/chromium/issues/detail?id=804622.
@Splaktar The Chromium team has confirmed this issue is on their end and was introduced in Chrome 62.0.3180.0. `md-add-on-blur` is a suitable workaround in the meantime.
Unfortunately, the Chromium team has marked this as "Wontfix."
@Splaktar Yea, it's unfortunate they won't be implementing a fix. Perhaps the documentation should be updated to communicate that to other developers? I imagine the vast majority of users who'll...
@iRyusa Thanks for responding so quickly. I guess I'm mainly running into an issue where I'd like to be able to use nested `mj-wrapper` *and* use `mj-validator` without it throwing...
@iRyusa How do I use that, for example, if I'm using MJML CLI? I'm not using mjml-gulp. Is it possible to set dependencies in mjmlconfig? My current workaround is to...
Alternatively, we may want to reconsider the way in which MJML sets body background color (we could simply wrap everything in a table/td instead of setting the color on `body`)....
@Stranger6667 I tried resolving the merge conflicts to see if I could get this across the finish line, but unfortunately I'm not familiar enough with Rust or the codebase to...
@risadams I think this was fixed in https://github.com/selectize/selectize.js/pull/1420, so this should be closable now.