From 90d069df2bad6c4dcd55679ccab8cc62808da623 Mon Sep 17 00:00:00 2001 From: Alexander Ljungberg Date: Thu, 8 Sep 2011 17:02:15 +0100 Subject: [PATCH] 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. --- Tests/Manual/Bindings/README.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 Tests/Manual/Bindings/README.md diff --git a/Tests/Manual/Bindings/README.md b/Tests/Manual/Bindings/README.md deleted file mode 100644 index 0c9922fd9..000000000 --- a/Tests/Manual/Bindings/README.md +++ /dev/null @@ -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.