Closed
Bug 298484
Opened 20 years ago
Closed 20 years ago
Clicking the Refresh button and pressing Ctrl+Shift+R don't have the same results
Categories
(Firefox Graveyard :: Help Documentation, defect)
Firefox Graveyard
Help Documentation
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox1.5
People
(Reporter: hendrik, Assigned: steffen.wilberg)
References
()
Details
(Keywords: fixed1.8, late-l10n)
Attachments
(1 file)
880 bytes,
patch
|
jwalden+fxhelp
:
review+
asa
:
approval1.8b4+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; nl-NL; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; nl-NL; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
On line 120, it says:
<p>To reload the current page or to get the most up-to-date version, click
the <em>Reload</em> button or press &accelKey;+&shiftKey;+<kbd>R</kbd>.</p>
These two actions are not equivalent (I think). There should be a separate
entry about the difference between &accelKey;+<kbd>R</kbd> and
&accelKey;+&shiftKey;+<kbd>R</kbd>
Reproducible: Always
Steps to Reproduce:
Assignee | ||
Comment 1•20 years ago
|
||
Right.
The keys are, the same on all platforms:
Reload: F5 or Accel+R (the latter is displayed in the View menu)
ReloadSkipCache: Accel+F5 or Accel+Shift+R
http://lxr.mozilla.org/seamonkey/source/browser/base/content/browser-sets.inc#286
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows XP → All
Hardware: PC → All
Summary: inconsistency: it says click refresh button or do Ctrl+Alt+R, these are different → inconsistency: it says click Refresh button or press Ctrl+Shift+R, these are different
Assignee | ||
Comment 2•20 years ago
|
||
See previous comment.
I don't think we need to mention ReloadSkipCache here since using_firebird is
only describing the basic stuff, and it's mentioned in shortcuts.xhtml already.
Assignee: nobody → steffen.wilberg
Status: NEW → ASSIGNED
Attachment #192027 -
Flags: review?(jwalden+fxhelp)
Comment 3•20 years ago
|
||
Comment on attachment 192027 [details] [diff] [review]
patch
> I don't think we need to mention ReloadSkipCache here since using_firebird is
> only describing the basic stuff, and it's mentioned in shortcuts.xhtml already.
Indeed not.
Attachment #192027 -
Flags: review?(jwalden+fxhelp)
Attachment #192027 -
Flags: review+
Attachment #192027 -
Flags: approval1.8b4?
Assignee | ||
Updated•20 years ago
|
Target Milestone: --- → Firefox1.1
Updated•20 years ago
|
Attachment #192027 -
Flags: approval1.8b4? → approval1.8b4+
Comment 4•20 years ago
|
||
Patch checked in on branch and trunk.
Updated•20 years ago
|
Summary: inconsistency: it says click Refresh button or press Ctrl+Shift+R, these are different → Clicking the Refresh button and pressing Ctrl+Shift+R don't have the same results
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•