Hi,
We are using XamRibbon 15.1 in my application. Out test team uses Visual Studio Inspect tool to select any ui element and view it's data, for UI automation test purpose.
Now we have a problem, when we select a ribbon tab, we couldn't find any information about the selected tab inside Inspect tool. However if we move the mouse over to the FILE (Application Menu - Mouse Over) menu, then we could see all the tabs getting displayed inside Inspect tool.
Please help.
Sample Xaml Code:
<XamRibbonWindow>
<DocumentContentHost>
<DocumentContentHost.Ribbon>
<XamRibbon />
</DocumentContentHost.Ribbon>
<DocumentContentHost.Content>
<ContentControl />
</DocumentContentHost.Content>
<DocumentContentHost.StatusBar>
<StatusBar />
</DocumentContentHost.StatusBar>
</DocumentContentHost>
</XamRibbonWindow>
Hello Christian,
Are you currently using version 15.1.20151.2055 or 14.2.20142.2224 to test your project? If not, you can download the service release which contains a fix for this issue here: https://ko.infragistics.com/my-account/keys-and-downloads.
If you are using the above versions, would it be possible for you to please provide me a sample project that reproduces this issue?
Sincerely,AndrewAssociate DeveloperInfragistics Inc.www.infragistics.com/support
Hello
We have the same issue here. Is there any ETA of a fix?
Kind regards
Hello Andrew, I have re-tested issue with the new build (15.1.20151.2055), but I could still see that the issue exists. Please help.
Thanks,
Sreeni
Hello Sreeni,
I have been looking into the sample project that you have provided, and I have reproduced the behavior you are referring to. I have reviewed and discussed this with my colleagues, and it appears that this may be an issue with the XamRibbon control. As a result, I have asked our engineering teams to examine this further. To ensure that it receives attention, I have logged this behavior in our internal tracking system with a development ID of 200669.
I have created a private case for you so that you can track the progress of this development issue. The case number is CAS-156423-G8Z4H3. You can access it here: https://ko.infragistics.com/my-account/support-activity.
Please let me know if you have any other questions or concerns on this matter.
Hi Andrew,
Please find attachment.