IE natively throws only a double-click event when you click on an element twice, so DOMImplIE6 creates a second click event for the user.  However, we currently fire the event on the element where the double-click event was sunk instead of on the srcElement of the double-click event.  In other words, if a user double clicks in a cell in an HTMLTable, the source of the first click event is the cell, the source of the second click event is the table itself.  This patch fires the event against $wnd.event.srcElement instead of against the element that the double click event is sunk on.

Patch by: jlabanca
Review by: jgw (TBR)

git-svn-id: https://google-web-toolkit.googlecode.com/svn/releases/1.6@4602 8db76d5a-ed1c-0410-87a9-c151d255dfc7
1 file changed