Steve Cirelli

Results 10 comments of Steve Cirelli

I had to install a VM to test it myself. I'll take a look when I get on the laptop I installed the VM on. You can Google for MS...

Just tried the demo page. Same issue. Scroll bars don't work. I guess the scroll bar is outside the drop down area? Clicking outside hides the drop down.

I wrote a quick hack to try and get this to work in IE. It's not pretty, and I'm sure it's not efficient but maybe you can improve on it....

I'm running the Windows 7 vm. You clicked and dragged on the scroll bar and it worked? Can you send me the plunker link? ![selection_001 png](https://cloud.githubusercontent.com/assets/1542072/13369059/a905dd96-dcbe-11e5-8670-700f5299d2eb.png)

Idk, I still can't get it to work on the Win7 VM. Slightly different version ![screen shot 2016-02-29 at 2 56 39 pm](https://cloud.githubusercontent.com/assets/1542072/13407082/ae4eabe2-def4-11e5-9629-de0571cbb8a8.png)

I think it might have to do with the network. Happened less when the sending device was wired

I think it might have to do with how the fast the receiving computer reads keys strokes. To fast and it does't get the release stroke, or possible bytes get...

I had forgotten to do [this](https://github.com/drewzboto/grunt-connect-proxy#adding-the-configureproxy-task-to-the-server-task) which is why wasn't working. ``` grunt.registerTask('server', function (target) { grunt.task.run([ 'clean:server', 'compass:server', 'configureProxies:server', //This 'livereload-start', 'connect:livereload', 'open', 'watch' ]); }); ```

Just to add some info. I was using this on the Nintendo Switch, the Switch has some arbitrary keystroke entry delay. You can not type fast on the Switch.