Moveable Property bug

Answered
0
0

Hi,

I’ve been having a lot of issues when using the Movable property. I couldn’t reproduce it outside of my application (which I cannot share) until now. Please view the attached project.

Steps to reproduce:

  1. Use any version higher then 3.1.2 (I’ve tested with 3.1.5)
  2. Run (the attached sample)
  3. Press the button
  4. Fullscreen the window for better visibility
  5. Drag the picturebox arround until it jumps to some position

If done correctly you should notice the PictureBox “jumps” and messes up the panel’s scrollbar position. If you comment the For loop the behavior is gone.

I have a deadline coming Friday I really need this to work otherwise I need to revert back to 3.1.2 which has a different bug but related to this I think.

Vincent

 

 

  • You must to post comments
Best Answer
0
0

It’s not a Wisej bug. The movable property allows the client to move a widget within its container. The issue you see is the browser scrolling one of the 150 controls that you add a children of the PictureBox when they get focused. Add TestControl.Focusable=false. For priority support or custom professional services we have several options: https://wisej.com/services-packages/https://wisej.com/technology-partner/.

  • vincent_
    This fixed the issue, also the other issue that was in 3.1.2. Thanks!
  • You must to post comments
0
0

Thanks for the quick reply! I will try the focusable property. I was (am) confused why it worked up to version 3.1.2

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.