DuVale / notewise

Automatically exported from code.google.com/p/notewise
0 stars 0 forks source link

Having the mouse over the search dropdown may cause the incorrect selection when enter is pressed #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The drop-down text matching is a little too insistent at the moment. It's
run by a mouseover event, instead of clicking - too easy to accidentally
have the mouse over the wrong option, and not realize it (like I did the
first few times, to my frustration).

I think the solution might be to just turn off the mouseover event.

Original issue reported on code.google.com by scottyal...@gmail.com on 27 Aug 2007 at 4:03