FLUID-2448: No keyboard focus styling on page links

Metadata

Source
FLUID-2448
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Jacob Farber
Reporter
Justin Obara
Created
2009-04-01T12:56:08.000-0400
Updated
2009-05-25T12:16:45.000-0400
Versions
  1. 1.0
Fixed Versions
  1. 1.1
Component
  1. Pager

Description

No keyboard focus styling on page links

Steps to reproduce:

1) Open the Sakai Site Setting example
http://build.fluidproject.org/infusion/integration-demos/sakai/html/pager-site-setting.html

2) Tap the 'tab' key to place focus on one of the page links

Notice that there is no visual styling to show you that focus has been placed on a page link

Environments

FF2, FF3, Safari 3.2 (Mac OS 10.5)
Safari 3.2 (Mac OS 10.4)
FF2, FF3, IE8 (Win XP)
FF3, IE8 (Win Vista)

Comments

  • Justin Obara commented 2009-05-14T10:10:43.000-0400

    Bug Parade 1.1 release

  • Antranig Basman commented 2009-05-15T14:23:09.000-0400

    I put in a hack in overrides.css to make this appear - but I guess it would be interesting to know why it disappeared in the first place.

  • Jacob Farber commented 2009-05-25T12:03:56.000-0400

    base.css had a rule on line 41
    a {
    outline:none
    }

    which removed the focus effect.

  • Jacob Farber commented 2009-05-25T12:09:32.000-0400

    I reviewed Antranig's change.

  • Antranig Basman commented 2009-05-25T12:09:50.000-0400

    I have confirmed with Nico of the Sakai project that this screen and set of files have no currency within the overall Sakai effort - so we have no responsibility for propagating this fix to a wider community. base.css, reset.css and grid.css appear to be hacked versions of files originally distributed as part of YUI.

  • Justin Obara commented 2009-05-25T12:16:44.000-0400

    Verified fix using:

    FF3, Safari 3.2 (Mac OS 10.5)
    FF3, IE8 (Win Vista)