two bugs in cib loading
Reported by Martin Häcker | April 28th, 2009 @ 12:43 AM
It does not conform closely to the mac os x specification
a. -initWithCibNamed:bundle: doesn't allow names without .cib (it should auto add that) and it doesn't use the bundle to look the file up
b. -instantiateCibWithOwner:topLevelObjects: doesn't create a name table from the inputs and is thus quite unusable.
Patch included.
Regards, Martin
Comments and changes to this ticket
-
ronin-756 (at lighthouseapp) April 29th, 2009 @ 05:06 AM
- Tag changed from appkit, cib, loading, patch to @to-review, appkit, cib, loading, patch
-
admin (at 280north) October 8th, 2009 @ 08:11 PM
- State changed from new to resolved
(from [fc85ae16a5ddbefce64b76afbb0ce76143324ea4]) Fix for the keypress bug introduced in Safari 4. Closes #280.
http://github.com/280north/cappuccino/commit/fc85ae16a5ddbefce64b76...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
The Cappuccino Web Framework, including AppKit, Foundation, and Objective-J.
People watching this ticket
Attachments
Tags
Referenced by
- 280 two bugs in cib loading (from [fc85ae16a5ddbefce64b76afbb0ce76143324ea4]) Fix for...