Created attachment 111112 [details] Open the form and have a look - '0' for all fields in "PRODUZECE" We have had the same bug with table-control and textfields: https://bugs.freedesktop.org/show_bug.cgi?id=67615 In a tablecontrol will appear '0' instead of text, if you use a combobox together with a wrong-formatted field of the table. Open the form "fpartnerij" of the attached database and have a look at the second field "PRODUZECE". It's shown as '0' in all versions - also the versions where Bug67615 has been fixed (since LO 4.3.2)
Isn't that exactly bug 67615 that regressed? Or is there a subtle difference that I'm missing?
(In reply to Lionel Elie Mamane from comment #1) > Isn't that exactly bug 67615 that regressed? Or is there a subtle difference > that I'm missing? No, it isn't a regression to bug 67615. You fixed the bug for a textfield, not also for a combobox. Would be the same reason, but another place in the code.
Can confirm the bug Windows 8.1 LO 4.2.4
(In reply to Jochen from comment #3) > Can confirm the bug > Windows 8.1 > LO 4.2.4 Hi Jochen, Bug 67615 has been fixed for version LO 4.3.2 - could you test with a newer version? This bug seems to be different to the older bug. It is for comboboxes. for textfields in a tablecontrol it works since LO 4.3.2.
Hi Robert, using LO 4.3.4 (Windows 8.1) all works fine: in the tablecontrol text appears ("company", "company 1" ...) Bug seems to be until 4.2.x
Created attachment 111119 [details] Correct function
Hi Robert, s. attach "Correct function" Is this what you want to see?
(In reply to Jochen from comment #5) > using LO 4.3.4 (Windows 8.1) all works fine: in the tablecontrol text > appears ("company", "company 1" ...) > Bug seems to be until 4.2.x I reproduce. Jochen: the bug appears only if the UI language is not English. Try switching to non-English UI.
(In reply to robert from comment #2) > (In reply to Lionel Elie Mamane from comment #1) > > Isn't that exactly bug 67615 that regressed? Or is there a subtle difference > > that I'm missing? > > No, it isn't a regression to bug 67615. You fixed the bug for a textfield, > not also for a combobox. Would be the same reason, but another place in the > code. Yes, just like the title of the bug says. Sorry, a bit tired/distracted these evening. Should be easy to fix indeed...
Lionel Elie Mamane committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=17402c73cfd513ade823a5f26c17371766047b6d fdo#87555 ComboBox in table should use same formatting as floating ComboBox It will be available in 4.5.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Created attachment 111122 [details] not correct function (not english)
(In reply to Lionel Elie Mamane from comment #8) > <snip> Try switching to non-English UI. Sorry. I forgot the problem with "not-english". In Italian and using LO 4.3.4 (Windows 8.1) I can confirm the bug also.
Lionel Elie Mamane committed a patch related to this issue. It has been pushed to "libreoffice-4-3": http://cgit.freedesktop.org/libreoffice/core/commit/?id=b8dfd3ae3c322d9cabc78e76c5a9d18ead5823cd&h=libreoffice-4-3 fdo#87555 ComboBox in table should use same formatting as floating ComboBox It will be available in 4.3.6. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Lionel Elie Mamane committed a patch related to this issue. It has been pushed to "libreoffice-4-4": http://cgit.freedesktop.org/libreoffice/core/commit/?id=fdf69336eb52905113e1d9e6e453ae4e655e2aba&h=libreoffice-4-4 fdo#87555 ComboBox in table should use same formatting as floating ComboBox It will be available in 4.4.0.2. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.