Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(310)

Issue 3396004: GTK: If the user hovers over stop, it should be disabled once page has finished loading. (Closed)

Created:
10 years, 3 months ago by Elliot Glaysher
Modified:
9 years, 7 months ago
CC:
chromium-reviews, ben+cc_chromium.org
Base URL:
http://src.chromium.org/git/chromium.git
Visibility:
Public.

Description

GTK: If the user hovers over stop, it should be disabled once page has finished loading. This works in both chrome and gtk theme mode, though it uses different code paths (in chrome-theme mode, we override stop_.paint_state(), in gtk-theme mode, we force rendering of the stock icon to insensitive). We can't just set the widget to insensitive because changing the sensitivity of a widget immediately synthesizes a leave notification. BUG=46981 TEST=behaviour matches windows. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=59515

Patch Set 1 #

Patch Set 2 : Fix for older gtk+ versions #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -8 lines) Patch
M chrome/browser/gtk/reload_button_gtk.cc View 1 4 chunks +51 lines, -8 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Elliot Glaysher
10 years, 3 months ago (2010-09-14 23:30:42 UTC) #1
Evan Stade
can you put more of the comments/messages in the change description? In particular the part ...
10 years, 3 months ago (2010-09-15 00:26:13 UTC) #2
Peter Kasting
10 years, 3 months ago (2010-09-15 17:18:59 UTC) #3
FYI, I'm on vacation until next week.  I'll assume estade's review is sufficient
for you.

Powered by Google App Engine
This is Rietveld 408576698