[Webkit-unassigned] [Bug 30597] New: Harmonize "created by DOM" event handling checks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 20 13:43:05 PDT 2009


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

           Summary: Harmonize "created by DOM" event handling checks
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: P4
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org


A patch for bug 21501 introduced a createdByDOM concept for events. We used to
make very similar decisions for keyboard events based on the presence of
platform event member in a DOM event. It's a platform event check that prevents
DOM created keyboard events from being handled by default handlers (see
KeyboardEvent::keyCode()).

It's unfortunate that this information is now duplicated for keyboard events,
and that mouse events are checked in a different manner.

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