NEW36085
DumpRenderTree eventSender.mouseDown should change NSApp currentEvent return value
https://bugs.webkit.org/show_bug.cgi?id=36085
Summary DumpRenderTree eventSender.mouseDown should change NSApp currentEvent return ...
Jessie Berlin
Reported 2010-03-13 06:55:46 PST
Sometimes WebKit uses [NSApp currentEvent] to get information about the current event during a drag and drop, e.g. to see if a drag is a move or a copy based on wether or not the copy key is down. In these cases eventSender.mouseDown cannot currently be used to simulate the information about what keys are currently being held down because it just sends the event to the subView instead of the NSApp (DumpRenderTree).
Attachments
Note You need to log in before you can comment on or make changes to this bug.