Metadata
- Source
- FLUID-1287
- Type
- Bug
- Priority
- Major
- Status
- Open
- Resolution
- N/A
- Assignee
- N/A
- Reporter
- Joseph Vernuccio
- Created
2008-08-21T10:42:26.000-0400 - Updated
2017-01-16T09:29:57.138-0500 - Versions
-
- 0.4
- 0.5beta1
- 0.5
- 0.6beta1
- 0.6
- 0.7
- 0.8
- 1.0
- 1.1
- 1.1.1
- 1.1.2
- 1.2
- 1.2.1
- 1.3
- 1.4
- 1.5
- 2.0
- Fixed Versions
- N/A
- Component
-
- Image Reorderer
- Reorderer
Description
When moving an image into to white space, the image will continue to drag into white space infinitely.
Steps to reproduce:
1) Open the uPortal example from the daily build site:
http://build.fluidproject.org/infusion/demos/reorderer/imageReorderer/
2) Using mouse hover over image
3) Using the mouse, press and hold 'left-mouse button' down
4) Using the mouse, drag an image into white space and to the edge of the browser window, until it begins to scroll down. The image will continue to be dragged into white space (and window will continue to scroll) until 'left mouse button' or 'crtl' button is released.
Possible Solutions:
- Don't allow for scrolling out of frame.
Environments
FF 50 (macOS 10.12)
FF2, FF3, Opera 9.6, Safari 3 (Mac OS 10.5)
Safari 5 (Mac OS 10.6)
FF2, FF3, IE6, IE7, IE8, Opera 9.6 (Win XP)
FF3, IE7, IE8 (Win Vista)
FF3, IE6 (Win 2000)
IE 8, IE 9, IE 10, IE 11 (Windows 7)
Comments
-
Justin Obara commented
2009-12-08T11:18:49.000-0500 Daniel McCallum on the Infusion-Users list was indicating that they would like to be able to constrain the dragging of the item within a container.
http://fluidproject.org/pipermail/infusion-users/2009-December/000101.html
On line 315 of Reorderer.js we are using jquery's draggable.
We could add the "containment" option.http://jqueryui.com/demos/draggable/#constrain-movement
Allowing the user to specify a container, and possibly defaulting to the components container.