0

I'm having a Firefox issue. On Chrome for example, when I select an item, the menu behaves like it should But on Firefox, when I try to make a selection the dropdown disappears.

Any ideas? Thanks.

http://jsfiddle.net/YEH9c/4/

Mali
  • 131
  • 8
  • [You may read this about the issue](http://stackoverflow.com/questions/2176861/javascript-get-clipboard-data-on-paste-event-cross-browser) – xan Jul 03 '12 at 18:57

1 Answers1

0

To be honest I find way better to use mousenter and mouseleave for this situations, check this...

http://jsfiddle.net/snS3u/

Paradise
  • 470
  • 2
  • 11