FLUID-2179: Paged contents not displayed in renderer version

Metadata

Source
FLUID-2179
Type
Bug
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
Justin Obara
Reporter
Justin Obara
Created
2009-02-02T09:10:34.000-0500
Updated
2009-02-16T23:04:54.000-0500
Versions
N/A
Fixed Versions
  1. 0.8
Component
  1. Pager

Description

Paged contents not displayed in renderer version

Steps to reproduce:

1) Open the renderer version of pager:
http://build.fluidproject.org/fluid/sample-code/pager/renderer/pager-render.html#

Notice that the paged contents are not displayed

An error is thrown.

Error: cellRoot is not defined
Line: 225
File: Pager.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

  • Justin Obara commented 2009-02-06T12:52:02.000-0500

    Bug Parade 0.8 release

  • Antranig Basman commented 2009-02-16T17:48:31.000-0500

    New pager architecture using "columnDefs", cellRoot -> dataOffset. All versions of pager now working again

  • Colin Clark commented 2009-02-16T22:54:32.000-0500

    I've reviewed this code. There are some aspects that could use some TLC: JSLinting, lack of substantial new unit tests, some deep nesting that could be flattened to improve readability. Nonetheless, this is a lot of great new functionality and it works fairly well.

    This component has undergone a great deal of change, both architecturally and in terms of functionality. It's probably not quite ready to come out of "Preview" status for 0.8, but these changes and fixes are definitely worth shipping. +1 for inclusion in Infusion 0.8.

  • Justin Obara commented 2009-02-16T23:04:54.000-0500

    Verified fix using:

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