FLUID-843: fluid.container() breaks in Internet Explorer

Metadata

Source
FLUID-843
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Colin Clark
Reporter
Colin Clark
Created
2008-06-29T10:32:31.000-0400
Updated
2008-08-09T14:26:41.000-0400
Versions
  1. 0.4
Fixed Versions
  1. 0.4
Component
  1. Framework

Description

fluid.container() checks to see if its argument is an Element by doing an "instanceof Element." This doesn't work in IE.

Comments

  • Colin Clark commented 2008-06-29T10:40:10.000-0400

    Switched the mechanism for checking for elements to looking for nodeType.