Mouse click of menu item in FF causes doc text selection
Status: Alpha
Brought to you by:
valmont
If instead of using the keyboard to select items from
the WICK smart input match dropdown, you use the mouse
click to select an item from the list, and if you are
using FireFox, after the click is handled, you will
notice that if you move your mouse cursor up or down on
the screen, the text above or below the <input> tag
will start to hilite text to the motion of your mouse,
until you click somewhere else.
Screenshot
Logged In: YES
user_id=1146902
FIX
I changed the event listener on line 464 from mouse up to
click. The complete line reads:
document.addEventListener("click", handleClick, false);
DO NOT change line 469 "onmouseup" to "onclick" because then
IE will not work.
Tested in FF 1.0.7 and IE 6