Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • gtk gtk
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 1.6k
    • Issues 1.6k
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 241
    • Merge requests 241
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • gtkgtk
  • Issues
  • #1860
Closed
Open
Issue created May 02, 2019 by Paul Johnson@PaulJohnson

GtkCellRenderer ignores cell-background when selected

I can set the background colour of a cell in a GtkTreeView using the cell-background-rgba property, but this is ignored when the row is selected, even when the row selection colour has an alpha of 0.5. The result is shown here. In this case the selection colour is defined in the CSS as alpha(#cce8ff, 0.5).

Screenshot_20190502_082536

What ought to happen is that the background colour should be blended with the transparent selection colour.

(In my application the user can choose the colour in question, so its not just a matter of specifying some custom CSS).

Assignee
Assign to
Time tracking