Manual test "reordering page": The drop target doesn't show

Description

1. Open up the demo: http://build.fluidproject.org/infusion/tests/manual-tests/components/reorderer/dynamic/
2. Drag a div to drop to another location;
3. The drop target indicator that shows where the div is dropped at doesn't show.

Other reorderer demos such as "image reorderer" (http://build.fluidproject.org/infusion/demos/reorderer/imageReorderer/) or "layout reorderer" (http://build.fluidproject.org/infusion/demos/reorderer/layoutReorderer/) show drop targets.

Environment

All browsers

Activity

Show:

Cindy Li February 21, 2017 at 7:10 PM

The pull request https://github.com/fluid-project/infusion/pull/813 has been merged into the project repo master branch at 0152aaf8d936242ed03cc0d3e02f3e1a0bb7d286

Aashay Singhal February 17, 2017 at 6:13 PM
Edited

Justin Obara Oh yah, its about the css. I styled the fl-reorder-dropmarker and it works. Thanks
I will make a PR as soon as possible.

Justin Obara February 17, 2017 at 2:25 PM

I think you probably want to just style fl-reorderer-dropmarker. It could be that this demo is missing a css file, that some other styling is rendering it invisible or etc. It could also be the problem that the reordererable elements are just too close together so the drop marker isn't perceivable.

Aashay Singhal February 16, 2017 at 7:58 PM

I would like to work on this bug.
As per my understanding :- somehow i have to find after which div is the div with class = "fl-reorder-dropmarker" present and then i can find out over which div i am hovering and then i can indicate a color change or some marker. Any ideas on how to detect the order?

Justin Obara March 7, 2016 at 3:47 PM

I've updated the link to the Manual Test in question.

Fixed

Details

Assignee

Reporter

Components

Affects versions

Priority

Created June 9, 2014 at 2:16 PM
Updated February 21, 2017 at 7:10 PM
Resolved February 21, 2017 at 7:10 PM