mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-29 15:07:04 +00:00
Previously the CPDatePicker freezed when trying to hide it when it was the firstResponder. There was an intern problem in the CPDatePickerTextField about the nextKeyView. That's why there was a boundless loop and the freeze. This PR also fixed a big about the previous and next textField in the CPDatePicker. It also fixed a bug about the CPDatePicker when it becomes firstResponder. Fixes #1909