Metadata
- Source
- FLUID-1016
- Type
- Bug
- Priority
- Blocker
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Eli Cochran
- Reporter
- Justin Obara
- Created
2008-07-24T20:20:59.000-0400 - Updated
2008-07-28T08:20:52.000-0400 - Versions
-
- 0.4beta1
- Fixed Versions
-
- 0.4
- Component
-
- Uploader
Description
Can't tab focus the file uploader unless the scroll bar is showing in the uploader.
Steps to reproduce:
1) Open either the inline or pop-up version of uploader from the daily build site:
http://build.fluidproject.org/fluid/sample-code/uploader/inline/index.html
http://build.fluidproject.org/fluid/sample-code/uploader/pop-up/index.html
2) Add a couple of files.
3) Tap the tab key, notice that the file queue does not get focus
4) Add some more files, so that the scroll bar appears
5) Tap the tab key, notice that the file queue is now able to get focus.
6) remove some files until the scroll bar is gone
7) Tap the tab key, notice that the file queue does not get focus
Environments
FF3 (Mac OS 10.5, Win XP)
Comments
-
Eli Cochran commented
2008-07-25T13:39:21.000-0400 This was an issue with the div that wrapped the file queue only becoming focusable once it became scrolling
but the focus should really be on the queue anyway, so I set the queue to tabindex=0 and the wrapper to tabindex=-1 -
Justin Obara commented
2008-07-28T08:20:52.000-0400 Verified fix using FF3 (Mac OS 10.5, Win XP)