Page MenuHomeFeedback Tracker

onLBDragging stops firing outside of its own control
New, WishlistPublic

Description

The dialog event handler onLBDragging stops reporting when moved outside of its control area but it returns the IDC of the control it's currently hovering over. Therefore this does not seem like intended behaviour, especially when you consider that onLBDrop is setup to be able to allow cross control dragging as well (and actually functions correctly). So I believe that onLBDragging is broken and should actually be firing when outside of its control and when over other controls.

Unless there is some way to allow the EH to continue firing when outside its controls area or to extend the control's area without destroying its styling?

Details

Legacy ID
2236558851
Severity
None
Resolution
Open
Reproducibility
Always
Category
Scripting

Event Timeline

PolarisUK edited Additional Information. (Show Details)
PolarisUK set Category to Scripting.
PolarisUK set Reproducibility to Always.
PolarisUK set Severity to None.
PolarisUK set Resolution to Open.
PolarisUK set Legacy ID to 2236558851.May 7 2016, 6:48 PM
Bohemia added a subscriber: AD2001.Jun 21 2014, 6:56 AM

Ah ok, the extremely poor documentation was the cause of confusion. The wiki actually explicitly states that this EH shouldn't work the way it does...