Bug 231379 - p2 Installer does not start install with return key in site text area
Summary: p2 Installer does not start install with return key in site text area
Status: RESOLVED FIXED
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: p2 (show other bugs)
Version: 3.4   Edit
Hardware: All All
: P3 minor (vote)
Target Milestone: 3.4 RC1   Edit
Assignee: P2 Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2008-05-09 16:38 EDT by Benson Wong CLA
Modified: 2008-05-12 18:48 EDT (History)
2 users (show)

See Also:
john.arthorne: review+
john.arthorne: review? (jeffmcaffer)


Attachments
quick patch to add a key listener to the settingsLocation (1.60 KB, patch)
2008-05-09 16:38 EDT, Benson Wong CLA
wong: review?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benson Wong CLA 2008-05-09 16:38:31 EDT
Created attachment 99567 [details]
quick patch to add a key listener to the settingsLocation

Build ID: I20080502-0100

Steps To Reproduce:
1. Start p2 Installer.
2. Type an install location.
3. Press Enter and nothing happens.


More information:
attached is a quick patch to add a key listener to the settingsLocation to listen and respond to SWT.CR and SWT.KEYPAD_CR.
Comment 1 John Arthorne CLA 2008-05-12 18:47:07 EDT
Patch looks good. Jeff, I assume this has your +1 as well? RC1 rules say two committers in total need to review changes.
Comment 2 John Arthorne CLA 2008-05-12 18:48:10 EDT
Released. Thanks Ben.