Metadata
- Source
- FLUID-145
- Type
- Bug
- Priority
- Minor
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Michelle D'Souza
- Reporter
- Jonathan Hung
- Created
2007-12-13T11:34:33.000-0500 - Updated
2008-03-12T12:09:22.000-0400 - Versions
- N/A
- Fixed Versions
- N/A
- Component
-
- Reorderer
Description
If a thumbnail is focused, tabbing out of the Lightbox DIV does not set it back to the default style.
Looks confusing as it appears that a thumbnail has focus, when in reality it does not.
Environments
Windows XP, IE6 & 7
Comments
-
Michelle D'Souza commented
2007-12-14T13:38:22.000-0500 This is because there is code in the Reorderer that ignores 'blur' events in IE. The problem is that putting focus on the link inside the item causes a 'blur' on the reorderer which subsequently removes the 'active' styling from the reorderer so it appears that the reorderer is not usable.
-
Michelle D'Souza commented
2008-03-12T12:09:22.000-0400 This issue was fixed as part of FLUID-256