Makes the menu open when the user focuses/tabs to the input field#30
Conversation
the input field.
Makes the menu open when the user focuses/tabs to the input field
|
I just took your new tests from your test branch, put them into my Master branch and modified them to work in IE. Synching up with this repo should get you the updated tests. Let me know if I missed anything. |
|
I think you forgot to push the changes I don't see any new commits after the merge commit. |
|
Yes you are correct, my local branch was working perfectly, lol, pushed and Thanks for the speedy turn around Benjamin! It is a pleasure working with On Thu, Nov 19, 2015 at 8:44 AM, Benjamin Albert notifications@github.com
|
This is a fix for #29
I've also replaced tabs with spaces (that's why so may lines have changed) and removed the unnecessary
_showIconmethod.I've written unit tests that pass in all modern browsers except for IE.
IE seems to invoke the focus event handler asynchronously which results in the new tests failing only in IE.
I push the new tests to a branch called focus_unit_tests.
I have to find some time at work (where I have a windows machine) to make those tests pass in IE.
I would appreciate it if you could take a look and fix those test because I'm kind of busy at work and I don't feel like asking for someone else's windows machine just to make these tests pass in IE.