FLUID-3760: If the display text is in the tab order, it can give the inline edit the appearance of not working with the keyboard

Metadata

Source
FLUID-3760
Type
Bug
Priority
Critical
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Justin Obara
Created
2010-09-27T17:53:46.690-0400
Updated
2010-12-01T17:01:16.930-0500
Versions
N/A
Fixed Versions
  1. 1.3
Component
  1. Inline Edit

Description

If the display text is placed in the tab order, when a user tabs through the page, they may think they are able to access the inline edit field, but they cannot since the keyboard event binding is only on the button.

Comments

  • Justin Obara commented 2010-10-04T14:00:36.915-0400

    "Bug Parade Infusion 1.3"

  • Mike Lam commented 2010-10-12T11:24:04.440-0400

    Remove the display text from the tab index.

  • Justin Obara commented 2010-10-13T15:57:57.493-0400

    Committed Mike's patch ( tabIndexPatchPart2.txt ) which sets the display texts tabindex to -1

  • Michelle D'Souza commented 2010-12-01T17:01:16.911-0500

    I code reviewed this with a whole group of Inline Edit JIRA issues for 1.3 and it is fine.