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

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",
.
.
.
},

Environment

None

Activity

Show:

Eli Cochran May 5, 2009 at 3:50 PM

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

Justin Obara May 5, 2009 at 3:44 PM

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

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created November 20, 2008 at 12:05 AM
Updated May 5, 2009 at 3:50 PM
Resolved May 5, 2009 at 3:44 PM