Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 3.1 (Release)
-
None
-
None
-
Affected OS(s): Mac
Affected OS(s): Mac OS 10.5
Language Found: English
Description
Steps to reproduce:
1.Create HorizontalList add itemRenderer with SuperImage or Image (bitmap source)
2. set to default drapEnabled, dragMoveEnabled
3.Attempt to drag image to another List (TileList)
Actual Results:
Drag and Drop is successful however there is no proxy image displayed
Expected Results:
transparent red proxy box displays as image proxy
Workaround (if any):
use a AS to set custom proxy image - this works in displaying the proxy however as soon as the drag operation starts the original image in the itemRenderer goes invisible
and never returns. If drag and drop are aborted the original item (image) in the list is not visible while the label text does remain visible.
If one assigns a border to the image container the border remains visible while the image disappears.