Metadata
- Source
- FLUID-3122
- Type
- Bug
- Priority
- Blocker
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Colin Clark
- Reporter
- Colin Clark
- Created
2009-08-21T10:50:09.000-0400 - Updated
2009-10-05T16:24:45.000-0400 - Versions
-
- 0.6beta1
- 0.6
- 0.7
- 0.8
- 0.8.1
- 1.0
- 1.1
- 1.1.1
- Fixed Versions
-
- 1.1.2
- Component
-
- Image Reorderer
Description
At the moment, our standalone Image Reorderer example, our documentation, and the default API all suggest that there's a required contract for using prefix:name:suffix-type IDs in the old RSF/Image Gallery style.
This is a complex solution for newcomers, and is entirely unnecessary with the modern Reorderer API. We should do the following:
1. Create a new standalone demo that takes a lighter approach to markup, without imposing an id-based contract
2. Improve the documentation to reflect this
3. Delete the obsolete afterMove Callback page located here: http://wiki.fluidproject.org/display/fluid/afterMove+Callback
Comments
-
Colin Clark commented
2009-08-25T23:02:03.000-0400 I've got a working draft of the new afterMove page here:
http://wiki.fluidproject.org/display/fluid/Talking+to+the+Server+Using+The+afterMove+Event
-
Justin Obara commented
2009-09-21T10:03:03.000-0400 Bug Parade Infusion 1.1.2
-
Colin Clark commented
2009-10-05T13:52:44.000-0400 These are related in that changes to the default CSS and demo have affected the unit tests. I've fixed this issue in r8229.
-
Colin Clark commented
2009-10-05T15:03:16.000-0400 The last fixes went in for this issue as of r8235. I'd appreciate review for these.
-
Colin Clark commented
2009-10-05T15:09:04.000-0400 The documentation side of this JIRA has been moved to FLUID-3226 so that we can wind this one down for bug parade.
-
Jacob Farber commented
2009-10-05T15:12:14.000-0400 Reviewed and it looks good.