Bug 54393 - Regression: Back, Forward, Reload hidden in context menu
Summary: Regression: Back, Forward, Reload hidden in context menu
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P2 Major
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-14 08:09 PST by Christian Dywan
Modified: 2011-02-14 08:32 PST (History)
0 users

See Also:


Attachments
Always show Back, Forward, Reload and Stop context menu items for the GTK+ port (2.23 KB, patch)
2011-02-14 08:12 PST, Christian Dywan
gustavo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.