FLUID-1536: Blue selection box flashes around the image reorderer on tabbing into the component, using Opera 9.6

Metadata

Source
FLUID-1536
Type
Bug
Priority
Minor
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Justin Obara
Created
2008-09-10T11:25:35.000-0400
Updated
2011-01-10T14:54:22.825-0500
Versions
  1. 0.5beta1
  2. 0.5
  3. 0.6beta1
  4. 0.6
  5. 0.7
  6. 0.8
  7. 1.0
  8. 1.1
  9. 1.1.1
  10. 1.2
Fixed Versions
N/A
Component
  1. Image Reorderer
  2. Reorderer

Description

Blue selection box flashes around lightbox on tabbing into the component

Steps to reproduce:

1) Open the lightbox demo from the daily build site:
http://build.fluidproject.org/fluid/sample-code/reorderer/image-reorderer/image-reorderer.html

2) Tap the tab key to place focus on one of the images. Notice that a blue box flashes around all of the images

Environments

Opera 9.6 (Win XP)

Comments

  • Antranig Basman commented 2008-09-19T02:24:19.000-0400

    This is probably insoluble. Our strategy for tabbing onto a container involves focus momentarily passing through the container and then being displaced onto the active item. Opera is also unlike the other browsers in its tendency to try to visually honour DOM updates in the middle of an event cycle rather than decently waiting for the end. Further, the blue focus box is a hardwired part of the browser's styling and does not seem to be accessible to user control.

  • Justin Obara commented 2011-01-10T14:54:21.825-0500

    Appears to have been fixed. Possibly with one of the changes made for the Infusion 1.3 release