Bug #4533
open[wt-3.3.5-rc1] WTableView signaling order
0%
Description
Hey,
"selectionChanged" is called before "mouseWentDown" and "mouseWentUp".
My application uses changes made in mouseWentUp's slot in selectionChanged's slot and it works until now.
Is there a significant reason to change the order or it's an oversight.
I could provide a test-case code if necessary.
Regards,
Stoycho
Updated by Koen Deforche about 8 years ago
- Status changed from New to Feedback
Hey Stoycho,
Yes, it was a conscious decision to change this. It solved a long-standing issue (drag-drop working directly on selection), and also we didn't find any draw-backs (besides indeed changing the behaviour in a way that could cause issues). I hope it doesn't cause too much trouble that can't be easily remedied?
Koen
Updated by Стойчо Стефанов Stoycho Stefanov about 8 years ago
Thank for your response,
it's worth knowing that it's a feature. I already fixed my app.
Regards,
Stoycho