Closed
Bug 265853
Opened 20 years ago
Closed 20 years ago
"File" menu items listed in menu_reference.xhtml in wrong order
Categories
(Firefox Graveyard :: Help Documentation, defect)
Firefox Graveyard
Help Documentation
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox1.0
People
(Reporter: unghost, Assigned: steffen.wilberg)
Details
(Keywords: fixed-aviary1.0, late-l10n)
Attachments
(1 file, 1 obsolete file)
|
3.26 KB,
patch
|
jwalden+fxhelp
:
review+
asa
:
approval-aviary+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20041023 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20041023 Firefox/1.0
In "File" menu there are such items in following order:
Close Window
Close Tab
In menu_reference.xhtml:
<h3 id="close_tab">Close Tab</h3>
<p>Closes the current tab and selects the rightmost tab. This menu item is
visible only if more than one browser tab is currently open.</p>
<h3 id="close">Close (Window)</h3>
<p>Closes the current window.</p>
One more thing - why there are round brackets around "window" in "Close Window"?
Reproducible: Always
Steps to Reproduce:
1.
2.
3.| Assignee | ||
Comment 1•20 years ago
|
||
Indeed. The menu items were interchanged by bug 248021 (branch checkin 2004-09-25 08:32). It's "Close (Window)" because it's "Close" if the tab bar is not displayed. You have to deselect the "hide the tab bar" checkbox in Options-Advanced if you want to hide it.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows XP → All
Hardware: PC → All
| Assignee | ||
Comment 2•20 years ago
|
||
Argh, this is the same place I just modified in bug 263762. I'll attach a new patch in that bug, which fixes this one as well. *** This bug has been marked as a duplicate of 263762 ***
| Assignee | ||
Comment 3•20 years ago
|
||
Sorry for the confusion. This is of course not about shortcuts. Reopening.
| Assignee | ||
Comment 4•20 years ago
|
||
Assignee: jwalden+fxhelp → steffen.wilberg
Status: REOPENED → ASSIGNED
| Assignee | ||
Updated•20 years ago
|
Attachment #163277 -
Flags: review?(jwalden+fxhelp)
Attachment #163277 -
Flags: approval-aviary?
| Reporter | ||
Comment 5•20 years ago
|
||
(In reply to comment #4) > Created an attachment (id=163277) > move Close Window above Close Tab in the menu reference > Steffen, don't you think that you need to update firebird-toc.rdf too? http://lxr.mozilla.org/aviarybranch/source/browser/components/help/locale/en-US/firebird-toc.rdf#270 <rdf:li> <rdf:Description ID="menu-file-close-tab" nc:name="Close Tab" nc:link="menu_reference.xhtml#close_tab"/> </rdf:li> <rdf:li> <rdf:Description ID="menu-file-close" nc:name="Close (Window)" nc:link="menu_reference.xhtml#close"/> </rdf:li>
| Assignee | ||
Comment 6•20 years ago
|
||
Comment on attachment 163277 [details] [diff] [review] move Close Window above Close Tab in the menu reference Indeed. Thanks for noticing!
Attachment #163277 -
Attachment is obsolete: true
Attachment #163277 -
Flags: review?(jwalden+fxhelp)
Attachment #163277 -
Flags: approval-aviary?
| Assignee | ||
Comment 7•20 years ago
|
||
| Assignee | ||
Updated•20 years ago
|
Attachment #163329 -
Flags: review?(jwalden+fxhelp)
Attachment #163329 -
Flags: approval-aviary?
Comment 8•20 years ago
|
||
Comment on attachment 163329 [details] [diff] [review] also fix the toc r=me
Attachment #163329 -
Flags: review?(jwalden+fxhelp) → review+
Comment 9•20 years ago
|
||
Comment on attachment 163329 [details] [diff] [review] also fix the toc a=asa
Attachment #163329 -
Flags: approval-aviary? → approval-aviary+
| Assignee | ||
Comment 10•20 years ago
|
||
Checked in br & trunk.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago → 20 years ago
Keywords: fixed-aviary1.0
Resolution: --- → FIXED
Target Milestone: --- → Firefox1.0
Updated•8 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•