Closed
Bug 259083
Opened 20 years ago
Closed 20 years ago
Error in Close Tab shortcuts
Categories
(Firefox Graveyard :: Help Documentation, defect)
Firefox Graveyard
Help Documentation
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox1.0
People
(Reporter: patrick.hendriks+bugzilla, Assigned: bugzilla)
References
Details
(Keywords: fixed-aviary1.0)
Attachments
(1 file, 4 obsolete files)
918 bytes,
patch
|
steffen.wilberg
:
review+
|
Details | Diff | Splinter Review |
In the help index, clicking on KEYBOARS SHORTCUTS brings up "Firefox Keyboard
Shortcuts"
The current help file states
Command Firefox Internet Explorer Opera
Close Tab Ctrl+W Ctrl+W
Ctrl+F4 Ctrl+F4
Clearly, IE doesn't support tabbed browsing and the IE shortcuts were meant to
go under Opera.
Assignee | ||
Comment 1•20 years ago
|
||
Assignee: jwalden+fxhelp → nosebleed
Status: NEW → ASSIGNED
Assignee | ||
Updated•20 years ago
|
Attachment #158749 -
Flags: review?(steffen.wilberg)
Comment 2•20 years ago
|
||
Comment on attachment 158749 [details] [diff] [review]
This is just a simple one-line fix
> <td>Close Tab</td>
> <td><kbd>Ctrl</kbd>+<kbd>W</kbd><br/>
> <kbd>Ctrl</kbd>+<kbd>F4</kbd></td>
>+ <td> </td>
> <td><kbd>Ctrl</kbd>+<kbd>W</kbd><br/>
> <kbd>Ctrl</kbd>+<kbd>F4</kbd></td>
> <td> </td>
You need to delete the last line if you don't want to add another column.
Attachment #158749 -
Flags: review?(steffen.wilberg) → review-
Assignee | ||
Comment 3•20 years ago
|
||
Oops. I didn't see that last column. Line removed. :-)
Attachment #158749 -
Attachment is obsolete: true
Assignee | ||
Comment 4•20 years ago
|
||
Seems I uploaded the wrong file. Sorry for the bugspam.
Assignee | ||
Updated•20 years ago
|
Attachment #158750 -
Attachment is obsolete: true
Assignee | ||
Updated•20 years ago
|
Attachment #158751 -
Flags: review?(steffen.wilberg)
Comment 5•20 years ago
|
||
Comment on attachment 158751 [details] [diff] [review]
err, this is the patch
I first thought you uploaded the same file again. Then I saw you deleted the
last line from your patch. That won't do. The patch won't even apply, because
the number of lines removed/added doesn't match anymore (although I didn't try
it).
You need to edit shortcuts.xhtml, delete that line there, and create a new
patch. :)
Take your time, it looks like we're missing 1.0PR anyway, because that's going
to be released tomorrow and only critical patches will be allowed.
Attachment #158751 -
Flags: review?(steffen.wilberg) → review-
Comment 6•20 years ago
|
||
as a note, help contents aren't the same as l10n impacting. If we have wrong
content, we can fix it without regard to whether the translators will do stuff
differently, since hopefully they will do stuff right themselves. ;)
Assignee | ||
Comment 7•20 years ago
|
||
OK, I'm absolutely sure this patch works. I checked and double-checked. :-)
Attachment #158751 -
Attachment is obsolete: true
Assignee | ||
Updated•20 years ago
|
Attachment #158814 -
Flags: review?(steffen.wilberg)
Assignee | ||
Updated•20 years ago
|
Attachment #158814 -
Flags: review?(steffen.wilberg)
Assignee | ||
Comment 8•20 years ago
|
||
Bleh, uploaded the wrong file, again.
Assignee | ||
Updated•20 years ago
|
Attachment #158814 -
Attachment is obsolete: true
Assignee | ||
Updated•20 years ago
|
Attachment #158815 -
Flags: review?(steffen.wilberg)
Comment 9•20 years ago
|
||
Comment on attachment 158815 [details] [diff] [review]
This patch works, sorry
Exactly. I'll land this as soon as the branch tree reopens.
Attachment #158815 -
Flags: review?(steffen.wilberg) → review+
Comment 10•20 years ago
|
||
Checked into br & trunk.
Blocks: 253104
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Keywords: fixed-aviary1.0
OS: Windows XP → All
Hardware: PC → All
Resolution: --- → FIXED
Summary: Error in keyboard shortcut section for tabbed browsing → Error in Close Tab shortcuts
Target Milestone: --- → Firefox1.0
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
Comment 11•20 years ago
|
||
*** Bug 264125 has been marked as a duplicate of this bug. ***
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
•