Changes between Version 7 and Version 8 of Ticket #10729, comment 16
- Timestamp:
- Dec 4, 2011, 2:11:26 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10729, comment 16
v7 v8 1 1 I think the drag and drop events are more important than adding 3 lines to the top of `fix`. In my opinion there should be a hooks object for drag and drop, which will copy all the properties from `mouseHooks`, adding the `dataTransfer` property. Then I think all the drag events as names each with a value of the drag and drop hooks object should be added to `fixHooks`. 2 I think the drag and drop events should be added to fixHooks sep eratly and not to `jQuery.fn` because they are not entirely supported in all the browsers jQuery supports.2 I think the drag and drop events should be added to fixHooks separately and not to `jQuery.fn` because they are not entirely supported in all the browsers jQuery supports. 3 3 4 4 https://github.com/jquery/jquery/pull/620