FLUID-667: List tests fail in IE when the list is hidden

Metadata

Source
FLUID-667
Type
Bug
Priority
Minor
Status
Closed
Resolution
Won't Fix
Assignee
Colin Clark
Reporter
Michelle D'Souza
Created
2008-05-28T16:12:24.000-0400
Updated
2009-03-18T10:01:17.000-0400
Versions
  1. 0.5beta1
  2. 0.5
Fixed Versions
  1. 1.0
Component
  1. Reorderer

Description

When the list is hidden, the list tests fail in IE. I think this is because the Reorderer code will call 'focus' on a hidden element. Should this be filed on jQuery or is it correct behaviour?

Environments

IE

Comments

  • Justin Obara commented 2009-03-18T10:01:16.000-0400

    The issue is that some unit tests don't run when the markup is hidden. We should probably just start by having the mark up shown, and hide if possible.