Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic MouseLeftButtonUp is not working in 2.2.1 (Read 3010 times)
Anshul
Senior Member
****
Offline


I love YaBB 1G - SP1!

Posts: 316
Joined: Apr 3rd, 2009
MouseLeftButtonUp is not working in 2.2.1
Oct 23rd, 2009 at 11:07am
Print Post  
Hi Stoyan,

We have updated Mindfusion.digramming.wpf from version 2.1 to 2.2.1. With this new built we are unable to get diagram_MouseLeftButtonUp Event on certain usecase described below. Please look for this issue as soon as possible.

Steps:
Drag the mouse over empty diagram area, while you release the mouse button diagram_MouseLeftButtonUp event should get fire. It was working fine with build 2.1. Please look in to this issue.

What change we need to do here, please let know as soon as possible.

Regards,
Anshul
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: MouseLeftButtonUp is not working in 2.2.1
Reply #1 - Oct 23rd, 2009 at 1:57pm
Print Post  
Hi,

It worked fine in my test. Check if there isn't some code in your application that sets e.Handled = true in PreviewMouseLeftButtonUp or MouseLeftButtonUp handlers for some object in the diagram's visual tree.

Stoyan
  
Back to top
 
IP Logged
 
Anshul
Senior Member
****
Offline


I love YaBB 1G - SP1!

Posts: 316
Joined: Apr 3rd, 2009
Re: MouseLeftButtonUp is not working in 2.2.1
Reply #2 - Oct 23rd, 2009 at 2:57pm
Print Post  
Hi,

We have sent a sample to show the problem.
Please have a look into that and suggest for solution.

Regards,
Anshul
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: MouseLeftButtonUp is not working in 2.2.1
Reply #3 - Oct 23rd, 2009 at 3:41pm
Print Post  
Our guess is that in this case the event propagation might stop because the Selection's UIElement is removed from the visual tree (it's one of the UIElement through which the event is bubbled). You might try doing whatever you need from the preview version of the event.

Stoyan
  
Back to top
 
IP Logged
 
Anshul
Senior Member
****
Offline


I love YaBB 1G - SP1!

Posts: 316
Joined: Apr 3rd, 2009
Re: MouseLeftButtonUp is not working in 2.2.1
Reply #4 - Oct 26th, 2009 at 6:37am
Print Post  
Preview_MouseLeftButtonUp is working for me.Thanks Smiley
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint