Bug 563631 - Time changes doesn't reflect changes on loss of focus in CDateTimeCellEditor/CDateTime
Summary: Time changes doesn't reflect changes on loss of focus in CDateTimeCellEditor/...
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.16   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-27 07:36 EDT by vikas rao CLA
Modified: 2020-05-27 07:36 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vikas rao CLA 2020-05-27 07:36:26 EDT
Time changes doesn't reflect changes on loss of focus in CDateTimeCellEditor/CDateTime.

*Steps to Reproduce:*
1. Click on the date time field and type in a date and time for a baseline value
2. click on the drop-down menu to open the data time picker dialog
3. use your mouse to move the clocks hands to a different time
4. click off the dialog and the dialog should disappear and the date time in the field will be the original time instead of the new one.

NOTE: When you change the time in the date time dialog and click off the dialog, reopen the date time picker and the clock will reflect the value in the date time field, but the text field below the clock will reflect the value you last modified it to.


I have attached a snippet to show the issue.