Community
Participate
Working Groups
+++ This bug was initially created as a clone of Bug #276531 +++ Bug 276531 is back in RC1 (I20110512-2000). Was OK in I20110428-0848. Steps: 1. Open Preferences dialog 2. Make sure it comes up all collapsed, with the first item (General) selected. If not, select the first item, close the dialog, and open again. 3. Click on "Ant" Expected: "Ant" gets selected Actual: "Plug-in Development" gets selected.
Created attachment 195778 [details] simple test case The problem happens because the dialog is resized during the mouse down event. The coordinate system of the cocoa tree view is up side down, so making the tree taller changes the item that is under the mouse event.
Created attachment 195780 [details] patch This patch puts back the code from April 28 that was working around this problem. This is the safest fix at this point, but note that it does not completely fix it. If the user clicks far enough to the right of the item, the problem still happens.
Fixed in HEAD
Verified in I20110519-1138 that it works fine when you click the text. (In reply to comment #2) > If the user clicks far enough to the right of the item, the > problem still happens. It also happens when you click on the left of the triangle.