FLUID-256: Focus thumbnail container instead of focus-target in Lightbox

Metadata

Source
FLUID-256
Type
Sub-task
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Anastasia Cheetham
Reporter
Anastasia Cheetham
Created
2008-02-19T12:50:05.000-0500
Updated
2008-04-28T15:29:06.000-0400
Versions
  1. 0.1
Fixed Versions
  1. 0.3
Component
  1. Image Reorderer

Description

Currently, the Lightbox places focus on the element within a thumbnail that has an 'orderable-focus-target' class. We need to place focus onthe thumbnail container itself, and remove any code that supports focussing children.

Comments

  • Anastasia Cheetham commented 2008-02-27T13:17:22.000-0500

    This functionality is now in place. Everything works as expected in FF2 and FF3 on Mac, FF2 and IE on Windows. Tests pass in FF2 on Mac and Windows, can't be run in FF3 on Mac, and fail in IE, likely because jsUnit doesn't like you putting focus on things that aren't visible. Next step is to switch to jqUnit to address this issue.

  • Anastasia Cheetham commented 2008-03-12T14:51:51.000-0400

    The tests have been ported over to jqUnit, and run successfully in all browsers.
    There is still some refactoring needed around the various constants files and setup files, but that will happen ongoing.