[Webkit-unassigned] [Bug 163506] REGRESSION (r206750): Crash when pressing Caps Lock if “Use the Caps Lock key to switch to and from U?=.S.=?UTF-8?Q?” is selected in Input Sources preferences
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Oct 16 16:09:46 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=163506
--- Comment #3 from Chris Dumez <cdumez at apple.com> ---
According to https://developer.apple.com/reference/appkit/nsevent/1534183-characters?language=objc :
""
This property is only valid for key-up and key-down events. It raises an NSInternalInconsistencyException if accessed on any other kind of event object.
""
The issue is that I cam calling characters to other events that keyUp and keyDown it seems.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161016/5376f1e5/attachment.html>
More information about the webkit-unassigned
mailing list