PDA

View Full Version : Drag selection not working



darrenan
November 15th, 2021, 23:04
Is there something other than <nodragselect /> that disables drag selecting in string controls? I ask, because I have a string_column_full control that is not allowing drag selecting text even though nothing in the inheritance chain (string_column_full->basicstring->simplestring->stringfield) is specifying <nodragselect />.

Moon Wizard
November 16th, 2021, 18:31
If drag is allowed, or the field is multiline, then drag select is disabled. This is how it was implemented in FGC, and has been ported directly for compatibility. I always felt that the mouse behaviors for the string fields needed to be reviewed, but it's not currently on our short list to review.

Regards,
JPG

darrenan
November 16th, 2021, 19:01
Thanks.