Completed
Last Updated: 22 Jul 2014 13:35 by Curtis
ADMIN
Ivan Petrov
Created on: 10 Jul 2013 05:58
Category: UI Framework
Type: Bug Report
4
FIX. TPF - Control's Click event should not be performed if the mouse is released over it without the mouse down occurring in the same control.
Steps to reproduce:
1. Add a small button to a form.
2. On click of this button show an OpenFileDialog.
3. Add a big button to the form
4. Add some sort of notification in the big button's click event handler (RadMessageBox)
5. Run the project and open the file dialog.
6. Position the dialog so the file (inside the open file dialog) you will choose will be over the big button.
7. Select a file by double clicking on it.

You will see that the Click event for the big button will be fired.
2 comments
Curtis
Posted on: 28 Mar 2014 12:06
Affected here, would be great to have this resolved. Causing some very bizarre behaviour in some situations.
Dylan
Posted on: 05 Feb 2014 14:31
This has been bothering me for a long time.  Another big problem is if the user double clicks the title bar of the form to maximize it, if there happens to be a control where the mouse is when the form is maximized, that fires.