FLUID-1828: [Uploader 2] In order to define a new selector for File Queue rows, one must edit two different options.

Metadata

Source
FLUID-1828
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Eli Cochran
Created
2008-11-19T19:05:11.000-0500
Updated
2009-05-05T11:50:32.000-0400
Versions
  1. 0.6beta1
  2. 0.6
  3. 0.7
  4. 0.8
Fixed Versions
  1. 1.0
Component
  1. Uploader

Description

Currently we reference the same selector in two different options although they are used differently.

fluid.defaults("fluid.fileQueueView", {
selectors: {
fileRows: ".row",
.
.
.
},

styles: {
row: "row",
.
.
.
},

Comments

  • Justin Obara commented 2009-05-05T11:44:30.000-0400

    Appears to have been fixed, possibly during our class renaming push just before 1.0

  • Eli Cochran commented 2009-05-05T11:50:32.000-0400

    Yep. Actually wasn't necessary in the first place because the row style was carried by the template.