[Webkit-unassigned] [Bug 36085] New: DumpRenderTree eventSender.mouseDown should change NSApp currentEvent return value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 13 06:55:46 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=36085

           Summary: DumpRenderTree eventSender.mouseDown should change
                    NSApp currentEvent return value
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.6
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jberlin at webkit.org


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).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list