PreviousNextTracker indexSee it online !

(111/246) 3599 - Key typing in Install panel

Typing keys in install panel should forward key events to the searchField even if the search field doesn't have the focus

Submitted kpouer - 2011-11-03 08:06:26 Assigned kerik-sf
Priority 1 Labels plugin manager
Status open Group minor bug
Resolution None

Comments

2015-09-12 15:50:33.376000
kerik-sf

- **assigned_to**: Eric Le Lay
- **Group**: --> minor bug

2015-09-12 15:50:33.712000
kerik-sf

This is what I've implemented:
1. give the searchField focus on InstallPanel appearance
2. forward any letter typed from the installed plugins table to searchField and give it focus (so one can use backspace, left/right, etc.).

2015-09-12 15:59:37.047000
kerik-sf

committed in [r24055].
Let me know if you don't like it.