I'm getting an error when I click on the window title bar while a popupcontrolcontainertool is open (dropdown part is still showing) from the quick access toolbar.
Version 9.2
System.InvalidOperationException: Can't create tearaway toolbar
at Infragistics.Win.UltraWinToolbars.PopupToolBase.get_PopupToolbar()
at Infragistics.Win.UltraWinToolbars.PopupControlContainerAgent.ReleaseContainedControl()
at Infragistics.Win.UltraWinToolbars.PopupControlContainerAgent.OnPopupClosed(Object sender, EventArgs e)
at Infragistics.Win.DropDownManager.Close()
at Infragistics.Win.DropDownManager.InternalCloseDropDown(Control owner)
at Infragistics.Win.DropDownManager.CloseDropDown(Control owner)
at Infragistics.Win.DropDownManager.System.Windows.Forms.IMessageFilter.PreFilterMessage(Message& msg)
at Infragistics.Win.DropDownManager.MessageFilterProxy.System.Windows.Forms.IMessageFilter.PreFilterMessage(Message& msg)
at Infragistics.Win.Utilities.MessageFilterManager.System.Windows.Forms.IMessageFilter.PreFilterMessage(Message& m)
Hello,
Would you be able to create a small sample which reproduces the issue? You can attach a file to a post by selecting the Options tab when creating a post.
That sounds like it may be a bug. I have forwarded this post to the Developer Support Manager and a DS engineer will be contacting you about this issue.
Partly my fault. I had a code in the Activated event of the form that clears and repopulates the QAT as a workaround when the a contextual tab is hidden the QAT entries doesn't re-expand to display more entries/icons as possible.
I was not able to reproduce the issue with 11.1. Can you try it with a later version to see if the issue was already fixed? If not, can you provide a small sample which reproduces the issue?