Download https://bugs.documentfoundation.org/attachment.cgi?id=186554 and open the document. There are some fields (numeric) which couldn't get bindings with LO 7.3.0.3 or newer. All fields, which have a binding to data, will be shown as fields with "wrong content" (red line). Only field for Boolean, which has also a binding, won't show this. But this field has wrong content. Has to be '1' or '0' instead, but is empty. Open the same document in LO 7.2.5.2 and fields will be shown right. Might be this bug has been introduce with the same code as bug 154728
This one should be fixed too with the fix of tdf#154658
This bug hasn't been fixed with bug 154658. Now numeric fields are also shown as fields with "wrong content" - if content is right. And as right content, if content is wrong. Test https://bugs.documentfoundation.org/attachment.cgi?id=186509 after creating the right bindings. Input decimal values in the first 2 fields and have a look at the wrong result, which is shown with black border.
I'm not sure but it may be related to the localization of the decimal separator. Anyway, I don't how to fix this. If the bibisect request provides some info (I don't know how to do this too and the doc seems quite complicated/tedious too), I may take a look so for the moment unassign myself but myself in cc.
Bibisected with linux-64-7.3 to 14cfff500e93f0d6cbf8412065feea85c01ea81d Pass context and resource string down to boost::locale separately
(In reply to Buovjaga from comment #4) > Bibisected with linux-64-7.3 to 14cfff500e93f0d6cbf8412065feea85c01ea81d > Pass context and resource string down to boost::locale separately Great job! I've submitted a patch here: https://gerrit.libreoffice.org/c/core/+/150433 It was unrelated to decimal separator. With this fix, fields show as valid but as soon as you play with decimal containing numbers different of 0 after decimal sep, it fails.
Julien Nabet committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/4829a85d0753c93419bd46b1d50bcfa6f0f3f1da tdf#154734: XML Form doc: all binded fields will be shown as fields... It will be available in 7.6.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Cherry-pick for 7.5 branch waiting for review here: https://gerrit.libreoffice.org/c/core/+/150326
Julien Nabet committed a patch related to this issue. It has been pushed to "libreoffice-7-5": https://git.libreoffice.org/core/commit/0cfac0def1ec3835df63a698291b9dd0ec4a0ec2 tdf#154734: XML Form doc: all binded fields will be shown as fields... It will be available in 7.5.4. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
*** Bug 154324 has been marked as a duplicate of this bug. ***
Tested with Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: cb79692883e92de02d87b0662a431f6ff8fba9c8 CPU threads: 6; OS: Linux 5.14; UI render: default; VCL: kf5 (cairo+xcb) Locale: de-DE (de_DE.UTF-8); UI: de-DE Calc: threaded Will work now as expected.