Bug #9876
FILL-IN: date format with long year format component: incorrect INPUT-VALUE
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
15823
version_resolved:
Related issues
History
#1 Updated by Vladimir Tsichevski over 1 year ago
- version_reported set to 15823
- File 9876.p
added - reviewer Hynek Cihlar added
- run the
9876.pprocedure. It will show you a date typeFILL-IN - enter the value
01-02- 1(with 5 spaces before the last1) into a field - Press Enter to trigger the event, which prints the
SCREEN-VALUE(matching the visible FILL-IN value in both OE and FWD) andINPUT-VALUE, which resolves to01/02/2025in OE (using the current year, 2025) but01/02/2000in FWD.
Note: typing spaces directly is impossible, you must first type digits, then use a delete region operation to remove these digits, effectively converting the deleted region to spaces.
#2 Updated by Vladimir Tsichevski over 1 year ago
The described behavior applies once issue #9846 is resolved. With trunk rev. 15823 (current), the INPUT-VALUE is undefined, which is also incorrect.
Also, the on-screen value changes to 01-02-2001, which is also incorrect: both the value and format differ from the expected.
Also, this on-screen value change must not happen at all.
#3 Updated by Vladimir Tsichevski over 1 year ago
- Related to Bug #7515: FILL-IN: editing dates issues added