Files
cappuccino/Tests/AppKit
Aparajita Fishman af2e0348c1 More key view loop madness
- It turns out Cocoa DOES recalculate the loop when calling recalculateKeyViewLoop. It does not wait until selectNext/PreviousKeyView is called.
- Cocoa calculates the key view loop for nibs that do not have one, but does not call recalculateKeyViewLoop.
- If there is no first responder and no initial first responder when a window first becomes key, use the first valid key view, not the first geometric key view.
- Made allViews function a method, not sure why it was a function.
- Unit tests now pass.
2013-01-10 09:11:58 +07:00
..
2012-05-10 16:01:22 +01:00
2011-04-23 15:50:32 +02:00
2011-06-03 21:15:25 -07:00
2011-04-25 14:12:52 +02:00
2012-07-09 16:06:09 +01:00
2012-08-02 15:53:27 +01:00
2010-11-09 00:46:47 +01:00
2012-09-24 17:05:35 +01:00
2012-08-04 13:58:29 +01:00
2010-12-09 13:45:29 -08:00
2013-01-10 09:11:58 +07:00