DateTimeEditBox clock window closing problem

Editors for WPF Forum

Posted 12 years ago by Konstantin Varlamov - Edifecs
Version: 11.2.0553
Platform: .NET 4.0
Environment: Windows 7 (64-bit)
Avatar

Please use folowing code to repro a bug:

<Window x:Class="WpfApplication2.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:editors="http://schemas.actiprosoftware.com/winfx/xaml/editors"
ResizeMode="NoResize"
SizeToContent="WidthAndHeight"
WindowStartupLocation="CenterOwner"
MaxWidth="450"
MinWidth="450"
Background="{DynamicResource ResourceKey={x:Static SystemColors.ControlBrushKey}}"
Foreground="{x:Static SystemColors.WindowTextBrush}"
x:Name="_win">
<Grid>
<editors:DateTimeEditBox
CheckBoxVisibility="Visible"
SpinnerVisibility="Visible"
HorizontalAlignment="Left"
Format="t"
IsReadOnly="False"
/>
</Grid>
</Window>

It is impossible to close "Clock" component with [X] button, because of [X] button inaccessibility.

Issue do not uccures when we use another format string (for example "g" ).

Build 11.2.552.0 used.

Comments (1)

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

Hi Konstantin,

Thank you for reporting this issue, which we have fixed 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.