Hi guys,
I have horizontal layout which i have added a layout click listeners to. The first item in the horizontal layout is a drag drop wrapper (which takes up most of the layout’s area).
What I have found is that there appears to be a random assignment of the order of events. I.e. Sometimes when I restart server/application then I am able to catch the left and right clicks and the drag drop functionality works fine as well.
Other times the drag event appears to override the clicks so that I can only drag the item. Again I should stress I am not doing any changes whatsoever between one outcome and the other.
I noticed a very similar issue (#5123) in the defects for 6.4.1, however this states that it happens even when DragStartMode is set to NONE. I have other almost identical layouts on the screen, the difference being these do have DragStartMode.NONE always set and their click events have always worked OK.
I have also tried this with the click listener on a layout inside the drag drop wrapper rather than the outside and the same issue occurs.
Is there any way of enforcing event orders for these components?
Cheers
Gavin