| Summary: | [refactoring] Cocoa only: Preview page in org.eclipse.ltk.ui.refactoring.RefactoringWizard shows no changes when empty space is clicked | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Anirudh Sasikumar <anirudhsasikumar> |
| Component: | SWT | Assignee: | Scott Kovatch <skovatch> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | minor | ||
| Priority: | P3 | CC: | daniel_megert, skovatch |
| Version: | 3.6.1 | ||
| Target Milestone: | 3.7 M6 | ||
| Hardware: | Macintosh | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
|
Description
Anirudh Sasikumar
> Build Identifier: 20100917-0705 That's not an Eclipse SDK build, but I assume it's an M-build around 3.6.1. In HEAD, this should have been fixed with bug 325230, but it looks like we have a regression here: In the ControlExample, I can deselect the selected item in an SWT.SINGLE Tree again. Moving to SWT. This broke when I fixed bug 329840. I started using tableView:shouldSelectRow: instead of tableView:selectionIndexesForProposedSelection: because it was simpler to return a boolean than manipulate an NSIndexSet. But, tableView:shouldSelectRow: doesn't get called if the selection is about to be cleared and therefore we can't cancel it. I have this fixed in Table and Tree but I want to double-check List this morning before checking it in. Fixed > 20110216. |