Bug Tracker

Changes between Version 1 and Version 2 of Ticket #10420, comment 6


Ignore:
Timestamp:
Oct 15, 2011, 7:26:54 PM (11 years ago)
Author:
JorisDebonnet
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10420, comment 6

    v1 v2  
    11Just curious: is it absolutely not an option to add mousewheel support to jquery (without addons)? A .mousewheelup() and .mousewheeldown() event would really look great on the list on http://api.jquery.com/category/events/mouse-events/ :)
    22
    3 After all, pretty much every mouse has a scrollwheel. jQuery already normalizes the event.which property, which is great; it does the same for 'keyCode'. In my opinion a mouse's scroll wheel is not that exotic, it's probably >99% as common as a keyboard and a mouse. Does it not deserve the same attention?
     3After all, pretty much every mouse has a scrollwheel. jQuery already normalizes the event.which property, which is great; and it does the same for a keyboard's 'charCode'. In my opinion a mouse's scroll wheel is not so unusual: it's probably 99% as common as a keyboard and a mouse (even laptops have it). People use it all the time, and many applications have a good use for it.
     4
     5Does it not deserve the same attention as the mouses' and keyboards' events?