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
1405
Maximizing XamRibbonWindow problem
posted
Hello.
I have a problem regarding the general behavior for a WPF application when maximizing the XamRibbonWindow.

The sample has a textbox on the top. If you type something it works fine. To reproduce the problem maximize the application and type some more text or right-click into the textbox.
 
Symptoms, when maximized:
- Textbox cursor appears left of the last typed character
- Left/right buttons do no longer work inside the textbox
- Right-click context menu appears in the top left corner of the screen instead of where you have clicked initially
 
I have noticed it has something to do with the resolution used and with the operating system: 
Windows 7:
1400x1050: bug occurs
1280x1024: bug occurs
 
Windows Vista:
1400x1050: bug does NOT occur
1280x1024: bug occurs
 
Windows XP:
1400x1050: bug does NOT occurs
1280x1024: bug does NOT occurs
I am using Infragistics 2009 vol.2 with the service release SR_2032 for the tests and Windows Vista.
I didn't find a corresponding category to post this issue. I have posted it here because the sample it's using XamDockManager.

Thanks very much for help.
Nico
Maximize sample.zip