RSS/Atom feed Twitter
Site is read-only, email is disabled

Delayed GtkMenu Background Rendering Issue

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

4 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

Delayed GtkMenu Background Rendering Issue micks_ketches 07 Jan 23:40
  Delayed GtkMenu Background Rendering Issue micks_ketches 07 Jan 23:50
  Delayed GtkMenu Background Rendering Issue Alexandre Prokoudine 10 Jan 04:10
   Delayed GtkMenu Background Rendering Issue micks_ketches 10 Jan 06:02
2016-01-07 23:40:57 UTC (almost 9 years ago)
postings
3

Delayed GtkMenu Background Rendering Issue

Hi guys, I'm messing around with the theme files but I keep coming across a vexing issue, for the GtkMenuBar drop-down (I think it's a GtkMenuToolButton nth-child issue) I keep having every 5th or so button unable to render the unpadded inside of the text container for a brief second.

This happens as I go down the drop-down menu list and is a bg change to mouse hover interaction.

I've tried a bunch of workarounds but nothing seems to fix the issue .

This is what it looks like for a split second before behaving normally and getting the bg to fill with the mouse hover bg:

2016-01-07 23:50:15 UTC (almost 9 years ago)
postings
3

Delayed GtkMenu Background Rendering Issue

Hi guys, I'm messing around with the theme files but I keep coming across a vexing issue, for the GtkMenuBar drop-down (I think it's a GtkMenuToolButton nth-child issue) I keep having every 5th or so button unable to render the unpadded inside of the text container for a brief second.

This happens as I go down the drop-down menu list and is a bg change to mouse hover interaction.

I've tried a bunch of workarounds but nothing seems to fix the issue .

This is what it looks like for a split second before behaving normally and getting the bg to fill with the mouse hover bg:

As an update, I seem to have found a consistent pattern for this dropdown menu issue: * Every other (starting with n+1) button container is consistently triggered * The 1st child will never have this issue, so only the second button onwards has the issue

The blue arrows in the picture represent the unaffected containers and the buttons within the red (n+1) containers are the ones that are consistently having the issue.

Alexandre Prokoudine
2016-01-10 04:10:46 UTC (almost 9 years ago)

Delayed GtkMenu Background Rendering Issue

On Fri, Jan 8, 2016 at 2:40 AM, micks_ketches wrote:

Hi guys, I'm messing around with the theme files but I keep coming across a vexing issue, for the GtkMenuBar drop-down (I think it's a GtkMenuToolButton nth-child issue) I keep having every 5th or so button unable to render the unpadded inside of the text container for a brief second.

This happens as I go down the drop-down menu list and is a bg change to mouse hover interaction.

I've tried a bunch of workarounds but nothing seems to fix the issue .

What happens when you use a different GTK+ theme?

Alex

2016-01-10 06:02:11 UTC (almost 9 years ago)
postings
3

Delayed GtkMenu Background Rendering Issue

What happens when you use a different GTK+ theme?

Alex

Good suggestion, I'll try it and let you know if the interaction is gone, it may just be that I just grafted a bunch of code from another theme and skipped a variable that was supposed to be on a default setting.