Bug 27699 - Move up/down enabled when no selection and only one target
Summary: Move up/down enabled when no selection and only one target
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M5   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords: ui
Depends on:
Blocks:
 
Reported: 2002-12-04 15:52 EST by Darin Wright CLA
Modified: 2003-01-07 17:14 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Wright CLA 2002-12-04 15:52:37 EST
The move/up down actions should only enable when valid - i.e. when a target can 
actually be moved.
Comment 1 Jared Burns CLA 2002-12-04 16:01:25 EST
You're too fast for me. :) The problem was that we weren't updating the
actions until a selection changed. I added a call to updateActions() to the
end of the toolbar population code.
Comment 2 Jared Burns CLA 2002-12-04 16:01:37 EST
Fixed. Please verify.
Comment 3 Darin Wright CLA 2002-12-06 09:22:25 EST
The actions are still enabled for a single selected target (i.e. only one in 
the list). As well, I should be able to move more than one target at once (see 
the launch history preference page - you can move multiple launch favorites 
even if the selection is not side by side entries).
Comment 4 Jared Burns CLA 2003-01-07 16:36:29 EST
Fixed. Please verify.
Comment 5 Darin Wright CLA 2003-01-07 17:14:43 EST
Verified.