Metadata
- Source
- FLUID-1867
- Type
- Bug
- Priority
- Blocker
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Anastasia Cheetham
- Reporter
- Anastasia Cheetham
- Created
2008-11-27T16:48:06.000-0500 - Updated
2009-06-03T13:45:30.000-0400 - Versions
-
- 0.6beta1
- Fixed Versions
-
- 0.6
- Component
-
- Layout Reorderer
Description
The Layout Reorderer supports selectors for columns and modules, and is supposed to have defaults for these (".columns" and ".modules" respectively, according to the documentation) but nowhere in the code are these defaults actually defined, and if you attempt to use them, it naturally doesn't work!
I'll note that none of the unit tests for the Layout Reorderer actually attempt to use the defaults, so this omission was never caught.
Comments
-
Anastasia Cheetham commented
2008-11-27T17:06:01.000-0500 Unit test added, and bug fixed.