Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-34761

DataGrid DragScoll does not work if you disable dropping and call hideDropIndicator on some rows.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Apache Flex 4.14.0
    • None
    • Spark: DataGrid
    • None

    Description

      The DataGrid's dragscroll behavior is kicked off from within the showDropIndicator() method. It's common to handle/override the dragOverHandler to only allow dropping on certain rows. If you have the rows at the bottom of the scroll window configured to not allow dropping, you would also want to call hideDropIndicator() for those rows. But by doing so, you've also disabled the dragScrolling behavoir.

      The dragScrolling behavior should be functional by the drop target calls DragManager.acceptDragDrop() from the dragEnterHandler(). It should not be tied directly to the showDropIndicator() method.

      Attachments

        Activity

          People

            Unassigned Unassigned
            Devin H Devin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: