The 'add files' button in the pop-up example file has strange focus swallowing behaviour. I've changed the button to a span temporarily in order to be able to add keyboard support for the uploader but we really should go back to a button and figure out why it hogs keyboard focus.
Michelle D'Souza
added a comment - The 'add files' button in the pop-up example file has strange focus swallowing behaviour. I've changed the button to a span temporarily in order to be able to add keyboard support for the uploader but we really should go back to a button and figure out why it hogs keyboard focus.
Some progress has been made bypassing the "greedy" button tab behaviour by turning off dialog modality. (see jquery.ui bug #3123 @ http://ui.jquery.com/bugs/ticket/3123)
Jacob Farber
added a comment - Some progress has been made bypassing the "greedy" button tab behaviour by turning off dialog modality. (see jquery.ui bug #3123 @ http://ui.jquery.com/bugs/ticket/3123)