| Summary: | Conditional Formatting : Only one text box shown in case of "between" or "not between" | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Kiyotaka Nishibori <ml.nishibori.kiyotaka> |
| Component: | Calc | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | CLOSED FIXED | ||
| Severity: | major | CC: | caolan.mcnamara, jalojo, raal, serval2412, xiscofauli |
| Priority: | medium | Keywords: | bibisected, bisected, regression |
| Version: | 5.3.0.0.alpha1+ | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.documentfoundation.org/show_bug.cgi?id=105411 | ||
| Whiteboard: | target:5.4.0 target:5.3.0.2 | ||
| Crash report or crash signature: | Regression By: | ||
|
Description
Kiyotaka Nishibori
2017-01-03 06:51:04 UTC
Hi Kiyotaka, reproduced with LO 5.3.0.0.alpha1+ Build ID: bbd44f8f89839b5abb4ec6c7ea195431de5b2f48 CPU Threads: 2; OS Version: Windows 6.1; UI Render: default; TinderBox: Win-x86@42, Branch:master, Time: 2016-10-26_23:19:45 Locale: fr-FR (fr_FR); Calc: CL but not with: LO 5.3.0.0.alpha0+ Build ID: a87a31602165cb2a37c32f5928e4f9daade7271d CPU Threads: 2; OS Version: Windows 6.1; UI Render: default; TinderBox: Win-x86@42, Branch:master, Time: 2016-09-29_04:18:44 Locale: fr-FR (fr_FR); Calc: group under Windows 7 Home. Thank you for the report. Jacques On pc Debian x86-64 with master sources updated today, I could reproduce this. I noticed this log when opening conditional format dialog: warn:sc:10451:1:sc/source/core/data/conditio.cxx:2107: ScConditionalFormatList: Entry not found This seems to have begun at the below commit. Adding Cc: to Caolán McNamara; Could you possibly take a look at this one? Thanks c966a2635d36a65587c41dd2036b1558d39219dd is the first bad commit commit c966a2635d36a65587c41dd2036b1558d39219dd Author: Norbert Thiebaud <nthiebaud@gmail.com> Date: Tue Oct 25 06:07:09 2016 -0700 source 7549878fd63bb2792432865958874c644a948d45 author Caolán McNamara <caolanm@redhat.com> 2016-10-24 14:44:56 (GMT) committer Caolán McNamara <caolanm@redhat.com> 2016-10-25 10:41:23 (GMT) commit 7549878fd63bb2792432865958874c644a948d45 (patch) tree d0251ec815b7df4cba33f9c176a24c52488ef9fa parent b45fe99f16762c5d79ce67f6a04ee58fc7c14456 (diff) convert conditional format src fragment to .ui and layout Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=ac561ab34ea9d26243fe3791f624c440dcf7ae6d Resolves: tdf#105061 Only one text box shown in case of 'between' It will be available in 5.4.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. Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-5-3": http://cgit.freedesktop.org/libreoffice/core/commit/?id=9341c166d6b2971e637ba9d17f7be68f5bb852f3&h=libreoffice-5-3 Resolves: tdf#105061 Only one text box shown in case of 'between' It will be available in 5.3.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. Hi all, I built latest libreoffice-5-3 branch: Version: 5.3.0.1.0+ Build ID: cb7ab49dde0ae21c472300f126cce4555a3e0ae5 CPU Threads: 8; OS Version: Linux 4.8; UI Render: default; VCL: gtk3; Layout Engine: new; Locale: ja-JP (ja_JP.UTF-8); Calc: group I confirmed that the issue was fixed in it. Thank you all. |