Andrew Kirwin
Andrew Kirwin
+1 Seems like If pressing Enter resulted in a highlighted-option being selected, then `preventDefault` should be called to - prevent the form from being submitted, and if not, then do...
I'm also experiencing this, have you confirmed whether this is specifically CSS related, or do image tags also not work?
In fact, both seem to be working for me on `0.5.14` Could it be because `svg` files are not fingerprinted by default?
+1 there is a vulnerability in clean-css, can this be prioritised? https://github.com/jakubpawlowicz/clean-css/commit/2929bafbf8cdf7dccb24e0949c70833764fa87e3 ``` npm ls clean-css [email protected] /src/example-ember-app └─┬ [email protected] └─┬ [email protected] └─┬ [email protected] └─┬ [email protected] └── [email protected] ``` In...
I realise this is probably a minor issue, but I'm surprised it isn't getting more attention. Surely as soon as a vulnerability is reported by an audit, it should be...
I'm also experiencing this, I created a failing test here https://github.com/ember-engines/ember-engines/issues/124#issuecomment-625354903
This is no longer an issue for me, now that my components have all been co-located to `lib//addon/components` instead of `lib//addon/pods/components`.
Any update on this?
If you have asynchronous tests, I think it's possible to get a muddled order of hooks, because each module doesn't know when its tests are finished.
I don't use `ember-mocha`, but might I be experiencing the same/similar issue? ``` not ok 1 Chrome 73.0 - [undefined ms] - Global error: Uncaught TypeError: (0 , _load.default) is...