[Webkit-unassigned] [Bug 117876] New: WebCoreSupport in WebKit Qt Layer still uses Q_WS_MAC.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 21 06:55:51 PDT 2013


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

           Summary: WebCoreSupport in WebKit Qt Layer still uses Q_WS_MAC.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P3
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: wizzk42 at gmail.com


The effect is that a user cannot enter characters to any kind of input which requires the Option key (Alt) to be pressed (such as ALT-L for an @ on German Keyboard Layouts).

The problem:

#ifndef Q_WS_MAC
                // We need to exclude checking for Alt because it is just a different Shift
                if (!kevent->altKey())
#endif

This conditionally compiles on MacOS as if where another OS.

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