Menu

#9 Mouse click of menu item in FF causes doc text selection

v1.0_(example)
open
5
2005-11-02
2005-08-11
Anonymous
No

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.

Discussion

  • Nobody/Anonymous

    Screenshot

     
  • abc_it_guy

    abc_it_guy - 2005-10-15

    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

     
  • Chris Holland

    Chris Holland - 2005-11-02
    • assigned_to: nobody --> valmont
     

Log in to post a comment.

MongoDB Logo MongoDB