https://bugs.documentfoundation.org/show_bug.cgi?id=127840
Laurent BP <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
Keywords| |regression
Version|6.3.2.2 release |6.3.0.4 release
Status|UNCONFIRMED |ASSIGNED
Assignee|[email protected] |[email protected]
|desktop.org |
Ever confirmed|0 |1
--- Comment #2 from Laurent BP <[email protected]> ---
This limit is given by:
https://opengrok.libreoffice.org/xref/core/sw/source/ui/fldui/flddok.cxx?r=deb37c44#307
m_xDateOffsetED->set_range(-31, 31); // one month
in LibO 6.3+
In 6.2 branch, equivalent code is:
m_pDateOffsetED->SetFirst(-31); // one month
m_pDateOffsetED->SetLast(31);
modified by commit
https://cgit.freedesktop.org/libreoffice/core/commit/sw/source/ui/fldui/flddok.cxx?id=263684239168d88ae42637f72640048bd04e1aec
Actually in 6.2 branch, ±31 value is the limit of PageUp/Down keys. But user
can enter higher values, with Up/Down keys or by direct editing.
In 6.3 branch, this value is now a blocking value.
There is the same effect with time: limit is 1 day, which is logical IMHO. On
the opposite, for a date user may need to add an offset higher than 1 month (1
year for instance).
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs