Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 347457 - [client][FF4]Typing "t" in some password inputs on Repositories page opens "Open Resource" dialog
Summary: [client][FF4]Typing "t" in some password inputs on Repositories page opens "O...
Status: RESOLVED FIXED
Alias: None
Product: Orion
Classification: ECD
Component: Client (show other bugs)
Version: 0.2   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 0.2   Edit
Assignee: Susan McCourt CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-27 10:00 EDT by Malgorzata Janczarska CLA
Modified: 2011-09-01 11:41 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.)..