Project

General

Profile

Bug #10144

Date slashes inconsistent in datetime and datetime-tz fields

Added by Andreea Bârzu about 1 year ago. Updated about 1 year ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:

0%

billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:

Related issues

Related to User Interface - Bug #7515: FILL-IN: editing dates issues WIP

History

#2 Updated by Andreea Bârzu about 1 year ago

Testcase:

def var f1 as datetime view-as fill-in size 40 by 1.
def var f2 as datetime-tz view-as fill-in size 40 by 1.
def frame fMain f1 f2.
f1:screen-value = "11/11/11".
f2:screen-value = "11/11/11".
enable all with frame fMain.
f1:screen-value = "".
f2:screen-value = "".
wait-for close of current-window.

In OE: no date slashes appear.
In FWD: date slashes appear.

#3 Updated by Vladimir Tsichevski 11 months ago

  • Related to Bug #7515: FILL-IN: editing dates issues added

Also available in: Atom PDF