Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 347457

Summary: [client][FF4]Typing "t" in some password inputs on Repositories page opens "Open Resource" dialog
Product: [ECD] Orion Reporter: Malgorzata Janczarska <malgorzata.tomczyk>
Component: ClientAssignee: Susan McCourt <susan>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.2   
Target Milestone: 0.2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Malgorzata Janczarska CLA 2011-05-27 10:00:25 EDT
Two places I found it in:
1. Git Credentials Dialog (Open when Clone Repository needs credentials) dialog (password and passphrase)
2. Login dialog (password input)
Comment 1 Susan McCourt CLA 2011-06-01 19:29:20 EDT
fixed.
I had changed the code to check the input field for type = "text" (so we would not swallow events intended for radios, checkboxes, etc.).  However I needed to also include type="password".  In addition, we need to check for all the text-based new HTML5 input types ("search" "email" "url" etc. etc.)..