Try our conversational search powered by Generative AI!

Clicking on tab while looking at datetime property causes property to freeze

Found in

EPiServer.CMS.UI 9.4.3

Fixed in

EPiServer.CMS.UI 9.6.2

(Or a related package)

Created

Apr 11, 2016

Updated

Jun 27, 2018

Area

CMS UI

State

Closed, Fixed and tested


Description

Steps to reproduce:

1. Add a DateTime property to a page type:

 public virtual DateTime CustomDate { get; set; } 

2. Create a new page with that property.
3. Edit the property.
4. Press the "tab" button.

Expected:
It switches to the another property or object.

Actual:
The Datepicker does not respond to updates.