FLUID-399: Elements with a precedence can be placed below those with none.

Metadata

Source
FLUID-399
Type
Bug
Priority
Major
Status
Closed
Resolution
Won't Fix
Assignee
Anastasia Cheetham
Reporter
Justin Obara
Created
2008-03-24T12:33:02.000-0400
Updated
2008-04-28T13:49:58.000-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. Reorderer

Description

When reordering elements with a precedence assigned to it. You are able to place them under movable elements that do not have a precedence assigned to them. That is to say you could have a column of elemens like this (precedence 60, no precedence, precedence 50, no precedence).

It is also possible to move items of higher precedence directly below items of lower precedence, both with mouse and ctrl-arrow movements.
Link to site: http://build.fluidproject.org/sakai-imagegallery-tool/sample-code/reorderer/abstract/portal/portlets.html

Environments

Firefox 2 (Mac OS 10.5), IE7, FF2 (Win XP)

Comments

  • Michelle D'Souza commented 2008-04-07T13:49:08.000-0400

    This is because the example permissions in the portlets.js file allows for moving portlets of higher precedence below portlets with no precedence.

  • Michelle D'Souza commented 2008-04-28T13:49:58.000-0400

    This example has been moved to the 'manual' tests area and is only for development purposes.