Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Problem in IE, scrolls automatically to top of diagramview (Read 2532 times)
saad
Full Member
***
Offline


I Love MindFusion!

Posts: 117
Joined: Oct 8th, 2012
Problem in IE, scrolls automatically to top of diagramview
Nov 24th, 2012 at 2:36am
Print Post  
Better explained in diagram attached
  

Capture_032.PNG (Attachment deleted)
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Problem in IE, scrolls automatically to top of diagramview
Reply #1 - Nov 26th, 2012 at 7:51am
Print Post  
IE scrolls to controls on the page when they get the keyboard focus. You could set <ndiag:DiagramView Focusable="false" ... > to prevent the control from requesting focus when clicked, but then you won't be able to delete / copy / paste items using the keyboard. Alternatively, handle onfocus to scroll to the top of page as shown here:
http://stackoverflow.com/questions/6740253/disable-scrolling-when-changing-focus...

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
saad
Full Member
***
Offline


I Love MindFusion!

Posts: 117
Joined: Oct 8th, 2012
Re: Problem in IE, scrolls automatically to top of diagramview
Reply #2 - Nov 26th, 2012 at 4:31pm
Print Post  
solved cheers
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint