Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1180
11.1.20111.2111SR - multiple issues
posted

The best hoitfix ever. IMO It should immediately go back to testing or to some dark place where bad code resides.I dont have time to prepare test examples, so please figure out that on your own without wasting customers time.

1. Card View grid uses 100% processor power to redraw on single core machine.

2. Pinned control + dock manager - pin/unpin ignores animation speed (StandardSpeedPlus5), sluggish on repainting. Probably performance degraded by grid painted in other MDIs

3. To make dock manager pin/unpin animation faster we used Application.DoEvents() right after calling pin/unpin. Now Application.DoEvents() hangs entire  application when window with grid + card view data is shown. When grid is empty or non card view everything works fine.

4. Setting windows forms splitter SplitPosition hangs until we close some windows on MDI manager. Suspect - grid re-painting is deadlocked when control is disabled

Nice!

Parents
  • 1180
    posted

    5. toolbar manager stopped showing tooltips when mouse hovers over button.

    Problems appear also on latest 2012v1 fix.

    I prepared test cases for 1/2/3/4 but they do not show anomalies. If I will have some time I will open support request and send logs from profiler.

    If anyone have found what is going on with 100% processor usage and cardview please post solutions.

Reply Children