FLUID-3616: Inconsistent keyboard focus after selecting an option in inline edit dropdown

Metadata

Source
FLUID-3616
Type
Bug
Priority
Major
Status
Closed
Resolution
Cannot Reproduce
Assignee
N/A
Reporter
James Yoon
Created
2010-04-08T10:32:15.000-0400
Updated
2014-07-14T10:21:53.371-0400
Versions
  1. 1.2beta1
  2. 1.2
  3. 1.3
  4. 1.4
Fixed Versions
N/A
Component
  1. Inline Edit

Description

After selecting an item under a dropdown inline edit using the keyboard, focus is lost in Chrome 4 (XP) and IE 8 (XP), but not FF 3.6 (XP)

To reproduce:

1. Load http://build.fluidproject.org/infusion/tests/manual-tests/html/dropdown.html
2. Tab focus the editable field.
3. Press Enter to activate.
4. Keyboard select an item by pressing Enter.
5. Upon pressing enter, notice there is no focus. Pressing Tab will put focus back on to inline editable field.

Environments

Chrome 4 (Win XP, Win 7)
IE 8 (Win XP, Win 7)

Comments

  • Justin Obara commented 2010-05-07T14:13:16.271-0400

    a11y issue

  • Justin Obara commented 2014-07-14T10:21:53.369-0400

    The interaction is now consistent across supported browsers Chrome 35, FF 30, Safari 7 and IE 11. After pressing enter the selection is saved and focus is lost.