Menu

#1356 Projects list tree does not automatically scroll when dragging items

Undefined
fixed
None
Bug_Report
2023-02-17
2023-01-13
Elena
No

The list tree with the project files does not automatically scroll up and down when dragging items. This in some occasions makes IMPOSSIBLE i.e to move a project file to another virtual folder or folder if the list is too tall so the selected items and the destination folder are not both visible

Discussion

  • bluehazzard

    bluehazzard - 2023-01-16
    • assigned_to: bluehazzard
     
  • bluehazzard

    bluehazzard - 2023-01-16

    Can confirm, will look into it

     
  • Elena

    Elena - 2023-01-17

    Thanks Bluehazzard!

     
  • bluehazzard

    bluehazzard - 2023-01-19

    Small update:
    1) As far as i can tell i have to make a homegrown solution to this. wx can not do this by itself as far as i can tell. To make things more complicated mouse move events are not propagated during drag and drop....
    2) There are a lot other programs out there than can not do this (i tried a view)

     
  • bluehazzard

    bluehazzard - 2023-01-25

    just a quick update. I have a fix for this on windows, but on linux i have some problems where the tree control does not get redrawn on scroll. Working on it...

     
  • bluehazzard

    bluehazzard - 2023-01-26

    This is my suggestion for a fix.
    I need some strange workaround on linux. I was not able to reproduce the problem in the wx example, so it is clearly something in our code, but i am not able to find the problem...

     
  • bluehazzard

    bluehazzard - 2023-01-30
    • status: open --> fixed
     
  • bluehazzard

    bluehazzard - 2023-01-30

    I have pushed this in r13178.
    It may not be the prettiest, but it is functional...

     
  • Elena

    Elena - 2023-02-17

    Checked svn13205 right now. It seems now to work as expected, thank you !

     

Log in to post a comment.