[Webkit-unassigned] [Bug 86838] New: [EFL][DRT] Key modifier bit flags have enum type.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 18 03:23:35 PDT 2012


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

           Summary: [EFL][DRT] Key modifier bit flags have enum type.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mikhail.pozdnyakov at intel.com
                CC: demarchi at webkit.org, gyuyoung.kim at webkit.org


Key modifier bit flags have enum type. It causes problems as a key can have several modifiers at the same time and the union of modifiers (i.e. EvasKeyModifierControl | EvasKeyModifierShift) will be out of EvasKeyModifier enum, so refactoring is needed here.

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