View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004538 | SOGo | Web Calendar | public | 2018-09-13 13:32 | 2018-09-20 12:40 |
Reporter | amair | Assigned To | francis | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.0.2 | ||||
Fixed in Version | 4.0.2 | ||||
Summary | 0004538: free-busy doesn't show busy intervals | ||||
Description | When adding attendees to calendar events busy intervals aren't shown. Another problem is, that there's no color/icon next to the "Busy" text. See attached screenshot. | ||||
Steps To Reproduce |
| ||||
Tags | No tags attached. | ||||
|
|
Can you try with the default theme? |
|
|
|
It works using the default theme. I've inspected CSS etc. using Firefox and found the problem, see image css-err.jpg. If I remove the single quotes from the rgb() calls, busy time is painted in black. |
|
I confirm the issue, and add my two cents. From a first attempt to patch it in a production environment, it looks like that the rgb('0,0,0') bug is in Therefore, although the bug comes from vendor code, it is triggered somewhere in the theme by passing either an incorrect color value for busy times, or a null value. Hope this helps at spotting. |
|
Have you extended the grey map as in the demo theme? https://github.com/inverse-inc/sogo/blob/master/UI/WebServerResources/js/theme.js#L63-L67 |
|
I have now. https://github.com/inverse-inc/sogo/blob/master/UI/WebServerResources/js/theme.js#L82 Thanks! |
|
It works when I define "1000" for the background palette. Thanks! |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2018-09-13 13:32 | amair | New Issue | |
2018-09-13 13:32 | amair | File Added: free-busy.jpg | |
2018-09-13 15:00 | francis | Note Added: 0013024 | |
2018-09-14 06:41 | amair | File Added: css-err.jpg | |
2018-09-14 06:45 | amair | Note Added: 0013027 | |
2018-09-19 10:02 | ilpelle | Note Added: 0013040 | |
2018-09-19 12:24 | francis | Note Added: 0013043 | |
2018-09-19 12:37 | ilpelle | Note Added: 0013044 | |
2018-09-20 11:57 | amair | Note Added: 0013051 | |
2018-09-20 12:40 | francis | Status | new => resolved |
2018-09-20 12:40 | francis | Fixed in Version | => 4.0.2 |
2018-09-20 12:40 | francis | Resolution | open => fixed |
2018-09-20 12:40 | francis | Assigned To | => francis |