Document windows close when middle clicking anywhere within them

Docking/MDI for WPF Forum

Posted 12 years ago by Brian Collins
Version: 12.1.0560
Platform: .NET 4.0
Environment: Windows 7 (64-bit)
Avatar

Middle clicking within the contents of the following document window causes it to close. The documentation states that the window should only close when middle clicking on the tab. This is a bug.

 

<docking:DockSite>
	<docking:SplitContainer>
		<docking:Workspace>
			<docking:TabbedMdiHost CanDocumentsCloseOnMiddleClick="True">
				<docking:TabbedMdiContainer>
					<docking:DocumentWindow>
						<Label Content="Label" />
					</docking:DocumentWindow>
				</docking:TabbedMdiContainer>
			</docking:TabbedMdiHost>
		</docking:Workspace>
	</docking:SplitContainer>
</docking:DockSite>

 

 


Comments (1)

Answer - Posted 12 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Brian,

Thanks for reporting this.  We've fixed it for the next maintenance release.


Actipro Software Support

The latest build of this product (v24.1.1) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.