After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 600656 - gdk XOR has no equivalent in cairo
gdk XOR has no equivalent in cairo
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: GUI
1.9.x
Other Linux
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2009-11-04 10:28 UTC by bill lam
Modified: 2009-11-04 14:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description bill lam 2009-11-04 10:28:09 UTC
gnumeric 1.9.15 / goffice 0.7.15

I use light-on-dark theme by choosing cell format for the entire worksheet
font: style/color light gray
background: background/color black

problem:
1. the white border for active cell is missing, there is no visual
   hint to tell which is the active cell.
2. During editing cell, the dark background change (but should not) to white.
3. No visual hint for selected block. It should be reverse color, ie,
   dark font on light background for my dark theme.

Previous verion 1.9.9 did not have these problems.   


On Wed, 04 Nov 2009, Jean Bréfort wrote:
> Not surprising. The ancient canvas used the gdk XOR operator which has
> no equivalent in cairo (at least none that I know). Please bugzilla.
Comment 1 Jean Bréfort 2009-11-04 14:17:15 UTC
Back to gdk for the cursor rendering. Also, the background will not change anymore when editing. Fixed.