I'm seeing some strange behavior with CPSearchField when used in a
toolbar. App delegate at
http://gist.github.com/146895.
My testing for this is based on 280north/cappuccino with
2c7876b015d952f40d0aa8c88ce0ce61e7aee5c1 from cacaodev/cappuccino
http://github.com/cacaodev/cappuccino/commit/2c7876b015d952f40d0aa8c88ce0ce61e7aee5c1
It's possible I'm doing something wrong, but the search field added to
the contentView of the window seems to act normally, so I must be
doing something right.
In addition to the notes in the gist, I've just spotted that the
cancel button (that appears at the right edge of the border when
you've typed something) doesn't appear at all in the toolbar,
regardless of the width I specify for the search fields.
Can anyone confirm/deny if there appears to be an issue, or if I'm
doing something wrong?