View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004803 | Spreadsheet | Bug | public | 2021-12-11 23:08 | 2021-12-30 03:55 |
Reporter | roipoussiere | Assigned To | chennes | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | Kubuntu | OS Version | 20.04 |
Product Version | 0.19 | ||||
Fixed in Version | 0.20 | ||||
Summary | 0004803: spreadsheet: the alias content is not visible (black on black) | ||||
Description | The "content" textbox content is displayed with white color, but the "alias" textbox content is displayed with black color, so it's not really visible. See image attached. I use a dark theme on my system btw. | ||||
Additional Information | OS: Ubuntu 20.04.3 LTS (KDE/plasma) Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.19.24291 (Git) AppImage Build type: Release Branch: (HEAD detached at 0.19.2) Hash: 7b5e18a0759de778b74d3a5c17eba9cb815035ac Python version: 3.8.8 Qt version: 5.12.9 Coin version: 4.0.0 OCC version: 7.4.0 Locale: French/France (fr_FR) | ||||
Tags | No tags attached. | ||||
|
|
|
This is happening because a QPalette is being used to set the text color to either "red" in the case of an error, or "black" in the case of no error. Obviously "black" should be replaced by "the original color". |
|
This is fixed by commit 4098c8817. |
|
This ticket has been migrated to GitHub as issue 6294. |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-12-11 23:08 | roipoussiere | New Issue | |
2021-12-11 23:08 | roipoussiere | File Added: image.png | |
2021-12-11 23:10 | roipoussiere | OS Version | 20 => 20.04 |
2021-12-13 03:36 | chennes | Project | Addon Manager => Spreadsheet |
2021-12-13 03:36 | chennes | Assigned To | => chennes |
2021-12-13 03:36 | chennes | Status | new => assigned |
2021-12-29 03:12 | chennes | Status | assigned => confirmed |
2021-12-29 03:12 | chennes | Note Added: 0016135 | |
2021-12-30 03:55 | chennes | Status | confirmed => resolved |
2021-12-30 03:55 | chennes | Resolution | open => fixed |
2021-12-30 03:55 | chennes | Fixed in Version | => 0.20 |
2021-12-30 03:55 | chennes | Note Added: 0016170 |