FLUID-883: Last in-line edit field retains focus styling, using FF3 on Mac

Metadata

Source
FLUID-883
Type
Bug
Priority
Minor
Status
Closed
Resolution
Fixed
Assignee
Justin Obara
Reporter
Justin Obara
Created
2008-07-09T20:08:47.000-0400
Updated
2008-07-18T17:23:46.000-0400
Versions
  1. 0.4beta1
Fixed Versions
N/A
Component
  1. Inline Edit

Description

The last in-line edit field retains focus styling after being in edit mode. This only happens in keyboard interaction and returns to proper styling after tabbing back on and off of it.

Steps to reproduce:

1) navigate to either of the in-line edit demo pages
http://build.fluidproject.org/fluid/sample-code/inline-edit/announcements/announcements.html
http://build.fluidproject.org/fluid/tests/fluid-tests/manual/inline-edit/InlineEdit.html

2) using the keyboard, tap the 'tab' key until the last in-line edit field has focus.

3) enter edit mode by tapping either 'enter' or 'space'

4) leave edit mode by tapping either 'enter' or 'tab'

5 tap the 'tab' key to move away from the in-line edit field. Notice that the focus styling remains

6) tap the 'tab' key until focus is back on the last in-line edit field. tap the 'tab' key once more. Notice that the in-line edit field no longer has focus.

Environments

FF3 (Mac OS X)

Comments

  • Antranig Basman commented 2008-07-18T17:10:37.000-0400

    I can't reproduce this after my fix to FLUID-857 - could you check that it is still happening?

  • Justin Obara commented 2008-07-18T17:23:46.000-0400

    Fixed with fix to Fluid-857

    Verified on FF3 (Mac OS 10.5)