FLUID-157: Fluid.js and Reorderer should use our jQuery tabindex plugin for getting and setting tabindices in a cross-browser way.

Metadata

Source
FLUID-157
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Colin Clark
Reporter
Colin Clark
Created
2008-01-07T17:02:02.000-0500
Updated
2008-08-09T14:28:40.000-0400
Versions
  1. 0.1
Fixed Versions
  1. 0.3
Component
  1. Reorderer

Description

We currently set tabindices in a browser-incompatible way. Replace all getting setting of tabindex with our new jQuery tabindex plugin.

Comments

  • Colin Clark commented 2008-01-10T15:20:03.000-0500

    Removed our broken tabindex code and replaced it with the jQuery plugin. Tests pass.