Files
cappuccino/AppKit
Alexandre Wilhelm c274f27810 Fixed: escape on a panel or popover breaks the key chain event
Previously when hitting escape on a CPPanel, the key chain event was broken.
Now when the user hit escape, cappuccino do the following process

- Check if the firstResponder or the chain of the nextResponder implement cancelOperation:
- If not, performKeyEquivalent on the firstResponder and so on
- If not, call the method cancel: on the firstResponder and the chain (not in the case of the CPPopover)

Previously, a complete: method was called if the user hit escape on a void window. This is not a feature of Cocoa, @apajarita or @aljunberg can you confirm that ?

This commit is related to the commit #2139
2014-06-25 18:08:26 -07:00
..
2014-03-27 14:17:34 -07:00
2013-01-23 15:48:55 +07:00
2013-08-12 23:31:34 -04:00
2013-03-26 16:52:46 -07:00
2013-03-25 15:59:10 -04:00
2014-06-14 08:14:38 +02:00
2013-01-23 15:48:55 +07:00
2013-01-08 18:07:15 +00:00
2013-02-20 03:00:20 -05:00
2013-06-12 10:27:28 +01:00
2013-01-23 15:48:55 +07:00
2013-01-24 19:18:39 +08:00
2010-12-09 13:00:52 -08:00
2013-05-16 11:26:01 +02:00
2013-01-24 19:18:39 +08:00
2011-03-25 22:52:57 -04:00
2014-06-14 08:14:38 +02:00
2013-02-06 16:36:49 +00:00
2014-03-27 13:33:32 -07:00
2013-01-23 15:48:56 +07:00
2014-02-16 23:25:22 -06:00
2013-01-11 00:48:18 +00:00
2013-01-24 19:18:39 +08:00
2013-02-25 18:27:44 +00:00
2013-02-27 09:07:21 -05:00
2013-03-06 10:19:26 -05:00
2011-10-25 14:33:47 +02:00