Jeff Harrell
Jeff Harrell
Renaming to track better.
This is biting me now, too. I can't imagine IE is the primary use case, but any chance this can be updated? I'm happy to send the code over in...
This was a compatibility question. If EJS is intended to support IE 8 then it is the responsibility of the library owner. This is even referenced at https://github.com/visionmedia/ejs/issues/89#issuecomment-10784998 . If...
I'm unable to reproduce this on minicartjs.com. Clicking both the "x" and outside of the cart cause it to close in Chrome 34. Can you provide more details?
It shouldn't matter, but @mike001 are you on Windows as well? I'm on a Mac so that possibly could account for the difference.
Good to know. I'll investigate in a bit once I have my VM set up properly.
I'm still unable to reproduce this on minicartjs.com with Chrome 36 in Windows 7 and 8. If anyone who can reproduce can debug that would be great.
@hyperking that would be awesome if you could help! Yes, those are the two areas you should be interested in. Specifically, the proxy click function the latter one uses (https://github.com/jeffharrell/minicart/blob/master/dist/minicart.js#L2930-L2960)...
@Userpete No one seems to be able to reproduce this. Is there something else you may be doing? Are you running into this from minicartjs.com itself, or some other variation...
This is valid issue due to the improper way I'm currently capturing the form submission, i.e. submit button `click` rather than form `submit`. I can publish a fix probably this...