FLUID-1599: Reorderer broken due to error with fluid.dom

Metadata

Source
FLUID-1599
Type
Bug
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
Colin Clark
Reporter
Justin Obara
Created
2008-09-22T08:53:58.000-0400
Updated
2008-09-22T12:57:54.000-0400
Versions
  1. 0.5beta1
Fixed Versions
  1. 0.5
Component
  1. Image Reorderer
  2. Layout Reorderer
  3. Reorderer

Description

Reorderer broken due to error with fluid.dom

On loading any page that uses the reorderer an error is thrown:

fluid.dom has no properties
[Break on this error] var pos = fluid.dom.computeAbsolutePosition(element) || [0, 0];

From line 205 of GeometricManager.js

Environments

FF2, FF3, Opera 9.5, Safari 3 (Mac OS 10.5)
FF2, FF3, IE6, IE7, Opera 9.5 (Win XP)
FF3, IE7 (Win Vista)
FF3, IE6 (Win 2000)

Comments

  • Colin Clark commented 2008-09-22T11:01:07.000-0400

    I fixed this issue by actually committing the HTML files I had forgotten.

  • Justin Obara commented 2008-09-22T11:03:33.000-0400

    Verified fix using:

    FF2, FF3, Opera 9.5, Safari 3 (Mac OS 10.5)
    FF3, IE7 (Win Vista)

  • Justin Obara commented 2008-09-22T12:57:54.000-0400

    Bug Parade: 0.5 release