| Summary: | Manage conditional formatting dialog must disable OK button when invalid range is entered | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Roman Kuznetsov <79045_79045> |
| Component: | Calc | Assignee: | tagezi <lera.goncharuk> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | lera.goncharuk, mikekaganski |
| Priority: | medium | ||
| Version: | 5.3.6.1 release | ||
| Hardware: | All | ||
| OS: | Linux (All) | ||
| Whiteboard: | target:6.1.0 target:6.0.0.1 | ||
| Crash report or crash signature: | Regression By: | ||
|
Description
Roman Kuznetsov
2017-12-18 20:34:45 UTC
The bug is that the dialog does not disable "OK" button, when user enters an invalid range. It shows that it's invalid (by highlighting the field with red), but still allows confirming the change, which results in invalid format (which hopefully is removed from document, and not just hidden and doing funny tricks; not working UNDO is one indication that not everything might be good after the event). (Note: The range must have no spaces in it. That's why OP's range "A1:A10; B1:B10" with a space after comma causes the problem.) Changing the summary and confirming. tagezi committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=7504af39686171ffb16e70f798d9ecf4ea98f1d3 tdf#114545 Enabling/Disabling Ok button depending on correct format It will be available in 6.1.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. tagezi committed a patch related to this issue. It has been pushed to "libreoffice-6-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=fe31edb29e5e77bb60e3aa73ec6a0380314acc61&h=libreoffice-6-0 tdf#114545 Enabling/Disabling Ok button depending on correct format It will be available in 6.0.0.1. 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. |