Re: expand ListBox as droplist using keyboard

2011-04-04 Thread Jonathan Alon
I didn't know about the alt+down/alt+up / space shortcuts I wish I have seen your reply earlier, I ended up changing the size of the select element when pressing space, and changing it back to one on blur Thanks On Mar 24, 12:10 am, Alexandre Ardhuin alexandre.ardh...@gmail.com wrote: ListBox

Re: expand ListBox as droplist using keyboard

2011-03-23 Thread Alexandre Ardhuin
ListBox use html SELECT element. Thus, you have natively (without keypresshandler) keys up/down to change selection and : - in Firefox and IE : ALT+DOWN/ALT+UP to expand/collapse select. - in chrome : Space/esc to expand/collapse select. I don't know if you can expand select with javascript.

expand ListBox as droplist using keyboard

2011-03-22 Thread Jonathan Alon
Hi, I have a FlexTable full of ListBoxs set to 1 visible item, when clicked on with the mouse the listbox will expand and let me see the full list of items, I want to create a keyboard shortcut to mimic the same effect. I've tried adding keypresshandler to handle specific key and through it fire