Bug 54393

Summary: Regression: Back, Forward, Reload hidden in context menu
Product: WebKit Reporter: Christian Dywan <christian>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Major    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Linux   
Attachments:
Description Flags
Always show Back, Forward, Reload and Stop context menu items for the GTK+ port gustavo: review+

Description Christian Dywan 2011-02-14 08:09:30 PST
The Back, Forward, Reload and Stop menu items in the default context menu are hidden unless they are sensitive. This is a regression, it used to work like it should in previous releases.
Comment 1 Christian Dywan 2011-02-14 08:12:21 PST
Created attachment 82317 [details]
Always show Back, Forward, Reload and Stop context menu items for the GTK+ port

The patch includes a comment to prevent this from regressing again.
Comment 2 Gustavo Noronha (kov) 2011-02-14 08:25:17 PST
Comment on attachment 82317 [details]
Always show Back, Forward, Reload and Stop context menu items for the GTK+ port

Yep, that's how it works =)
Comment 3 Christian Dywan 2011-02-14 08:32:49 PST
Committed as r78480.