mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-09 12:17:13 +00:00
Refs #1343. Remove now obsolete README.md.
Everything in the README has been fixed except 3 and 4. 4 is outside of the issue scope and 3 works as intended (nearly). The array controller does not have `setAvoidsEmptySelection:NO` so an empty selection should not be possible unless there are no items.
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
Run this application with the current master, and note the following bugs:
|
||||
|
||||
- When you click on any item, there are two selection change notifications instead of one.
|
||||
|
||||
- If you compare the order of the notifications with Cocoa, they are slightly different.
|
||||
|
||||
- The right hand table is configured to allow an empty selection. If you click in the
|
||||
empty area below the names, there is an empty selection notification, but then the
|
||||
the current selection changes to the first item and generates another notification.
|
||||
|
||||
- If you select multiple items on the left, there is an error. This is a bug that will
|
||||
have to be fixed in a later commit.
|
||||
|
||||
If you apply the changes in these commits, the first three bugs are fixed.
|
||||
Reference in New Issue
Block a user