jquery / jquery-simulate

jQuery Event Unit Testing Helpers
Other
173 stars 114 forks source link

Not Working on Firefox & IE #36

Closed zecompadre closed 9 years ago

zecompadre commented 9 years ago

Hi !

anyone can put this to work with Firefox and IE?

Element type: SELECT

Event type: MOUSEDOWN

can't put'it to work on the 2 browsers :(

scottgonzalez commented 9 years ago

There is not enough information here to represent a bug report. If you're just looking for help, please use the forums, Stack Overflow, or IRC. If you're trying to report a bug, please provide a detailed description with a reduced test case.

zecompadre commented 9 years ago

@scottgonzalez can a jsfiddle help ?

http://jsfiddle.net/Lhabhegv/2/

doesn't work on FireFox and IE

tks

scottgonzalez commented 9 years ago

The behavior of a simulated event on a native control isn't really something we can control. This is intended for use in tests where you have some code listening to the events.