FLUID-3893: List reorderer breaks with firefox accessibility cursor

Metadata

Source
FLUID-3893
Type
Bug
Priority
Major
Status
Open
Resolution
N/A
Assignee
N/A
Reporter
heidi valles
Created
2010-12-10T15:25:33.124-0500
Updated
2016-12-19T17:41:17.206-0500
Versions
  1. 1.2.1
  2. 1.3
  3. 1.4
  4. 1.5
Fixed Versions
N/A
Component
  1. Reorderer

Description

In firefox, go to preferences, advanced, and check "always use the cursor keys to navigate" under accessibility preferences.

In list reorderer demo (http://build.fluidproject.org/infusion/demos/reorderer/listReorderer/) tab to the list, then move down arrow to item #4, use right arrow all the way to the end. This breaks the reorderer until you hit tab again. There are variations of cursor movement that also break it.... would take time to figure out what exactly is affecting it.

Comments

  • Justin Obara commented 2011-01-11T12:47:08.782-0500

    It looks like this is happening because after reaching the end of the text on the line it wraps to the next line, and places the cursor ahead of the next list item. When this happens the reorderable element no longer has focus. Pressing tab again will restore focus and allow reorderering.