Daniel Crisp

Results 30 comments of Daniel Crisp

I'm having the same problem with the `.modal-open` class remaining on the ``, except it happens even when the browser is not in the background and it is closed using...

Ok figured it out - it wasn't a problem with angular2-modal The problem was that I hadn't included the animation partial within Bootstrap (using SCSS). As soon as I added...

Me again. I've just found another case where the class is not removed. It works in Chrome, but not Firefox. It seems that [this subscription](https://github.com/shlomiassaf/angular2-modal/blob/88bcadaedd22277cf7b6dd55dcb3e48ed10589fb/src/lib/plugins/bootstrap/modal.ts#L78-L80) never fires in Firefox: ```javascript...

I ended up doing this... ``` javascript signalR.broadcast({ Hub: 'chatHub', Method: 'methodName', Args: [message] }); ``` Is that right?

@petercmuc I was able to workaround this by making Jest transform the module (via Babel). You can do that with `transformIgnorePatterns` https://jestjs.io/docs/configuration#transformignorepatterns-arraystring For example: ```ts import type { Config }...

It seems the problem is with `grunt-contrib-watch` as detailed here: https://github.com/blai/grunt-express/issues/22 I upgraded to the latest version of `grunt-contrib-watch`, currently v0.6.1 and everything is working perfectly now :-)

There is a basic HTML test in this file: https://github.com/danielcrisp/Respond/blob/master/test/test.html If you resize the browser height you should see the typeface change from sans-serif to serif

Also excluding a stylesheet should be removed from this branch. Did you delete your comment or is Github getting confused?!

I was worried you meant unit tests! Haven't really got time for that at the moment... probably won't be able to do that until the new year. Can it wait?

I've submitted another pull request using the same techniques as used in this pull request, but for the current version of Respond.js