Bug 199805 - MacCatalyst asserts when command key is raised
Summary: MacCatalyst asserts when command key is raised
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-07-15 14:00 PDT by Dean Jackson
Modified: 2019-07-15 15:30 PDT (History)
7 users (show)

See Also:


Attachments
Patch (1.35 KB, patch)
2019-07-15 14:05 PDT, Dean Jackson
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2019-07-15 14:00:03 PDT
MacCatalyst asserts when command key is raised
Comment 1 Radar WebKit Bug Importer 2019-07-15 14:03:22 PDT
<rdar://problem/53120393>
Comment 2 Dean Jackson 2019-07-15 14:03:39 PDT
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.apple.JavaScriptCore            0x000000012725677e WTFCrash + 14 (Assertions.cpp:305)
1   com.apple.WebCore                   0x000000011491b77b WTFCrashWithInfo(int, char const*, char const*, int) + 27
2   com.apple.WebCore                   0x0000000114b3d2bd WebCore::keyForKeyEvent(WebEvent*) + 493 (PlatformEventFactoryIOS.mm:199)
3   com.apple.WebKit                    0x000000010cf6af12 WebIOSEventFactory::createWebKeyboardEvent(WebEvent*, bool) + 578 (WebIOSEventFactory.mm:82)
4   com.apple.WebKit                    0x000000010cf6ac5b WebKit::NativeWebKeyboardEvent::NativeWebKeyboardEvent(WebEvent*, WebKit::NativeWebKeyboardEvent::HandledByInputMethod) + 75 (NativeWebKeyboardEventIOS.mm:38)
5   com.apple.WebKit                    0x000000010cf6b62c WebKit::NativeWebKeyboardEvent::NativeWebKeyboardEvent(WebEvent*, WebKit::NativeWebKeyboardEvent::HandledByInputMethod) + 44 (NativeWebKeyboardEventIOS.mm:41)
6   com.apple.WebKit                    0x000000010dc9615f -[WKContentView(WKInteraction) handleKeyWebEvent:] + 79 (WKContentViewInteraction.mm:4698)
7   com.apple.WebKit                    0x000000010dc96026 -[WKContentView(WKInteraction) handleKeyEvent:] + 182 (WKContentViewInteraction.mm:4692)
8   com.apple.WebKit                    0x000000010dc95efc -[WKContentView(WKInteraction) _handleKeyUIEvent:] + 316 (WKContentViewInteraction.mm:4672)
Comment 3 Dean Jackson 2019-07-15 14:05:55 PDT
Created attachment 374146 [details]
Patch
Comment 4 Dean Jackson 2019-07-15 15:30:02 PDT
Committed r247454: <https://trac.webkit.org/changeset/247454>