Bug 117876

Summary: WebCoreSupport in WebKit Qt Layer still uses Q_WS_MAC.
Product: WebKit Reporter: Matthias Muenzner <matthias.muenzner>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Minor    
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: Unspecified   
Attachments:
Description Flags
Replaced Q_WS_MAC with Q_OS_MAC none

Matthias Muenzner
Reported 2013-06-21 06:54:30 PDT
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.
Attachments
Replaced Q_WS_MAC with Q_OS_MAC (1.17 KB, patch)
2013-06-21 07:00 PDT, Matthias Muenzner
no flags
Matthias Muenzner
Comment 1 2013-06-21 07:00:06 PDT
Created attachment 205180 [details] Replaced Q_WS_MAC with Q_OS_MAC
Alexey Proskuryakov
Comment 2 2022-07-29 10:47:09 PDT
The Qt port has been removed from WebKit, resolving.
Note You need to log in before you can comment on or make changes to this bug.