Closed
Bug 272052
Opened 20 years ago
Closed 17 years ago
Pressing F9 key causes mail to be checked
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cedric.corazza, Assigned: mkmelin)
Details
Attachments
(1 file, 2 obsolete files)
|
4.25 KB,
patch
|
steffen.wilberg
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7.5) Gecko/20041108 Firefox/1.0 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7.5) Gecko/20041108 Firefox/1.0 When pressing the F9 key, it causes the mail to be checked for the focussed account. (Note: F9 is the shortcut in Lotus Notes to check for new mails). This also occurred with TB 0.8. This shortcut is not documented as far as I know Reproducible: Always Steps to Reproduce: 1.Launch TB 2.Select any folder on any account 3.Press F9 key Actual Results: The same result as if you click on the "Get mail" button on the toolbar Expected Results: None
Updated•20 years ago
|
Status: UNCONFIRMED → NEW
Component: General → Help Documentation
Ever confirmed: true
| Assignee | ||
Updated•19 years ago
|
Assignee: mscott → djst.mozilla
| Assignee | ||
Comment 1•19 years ago
|
||
| Assignee | ||
Updated•18 years ago
|
Attachment #222775 -
Flags: review?(djst.mozilla)
Updated•18 years ago
|
QA Contact: help-documentation
Comment 2•18 years ago
|
||
Comment on attachment 222775 [details] [diff] [review] proposed fix It's F9 on Linux and Mac (XP_UNIX is true on Mac as well), but F5 on Windows: http://bonsai.mozilla.org/cvsblame.cgi?file=/mozilla/mail/base/content/mailWindowOverlay.xul&rev=1.116.2.76&mark=376-385#376 The document uses classes like kb_wl, kb_h, kb_m etc. to display platform-specific keys. Somebody should add a comment explaining those classes.
Attachment #222775 -
Flags: review?(djst.mozilla) → review-
| Assignee | ||
Comment 3•18 years ago
|
||
Assignee: djst.mozilla → mkmelin+mozilla
Attachment #222775 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #267265 -
Flags: review?(steffen.wilberg)
| Assignee | ||
Updated•18 years ago
|
Attachment #267265 -
Attachment description: proposed additional fix, v2 → proposed fix, v2
| Assignee | ||
Updated•18 years ago
|
OS: Linux → All
Hardware: PC → All
Comment 4•17 years ago
|
||
Comment on attachment 267265 [details] [diff] [review] proposed fix, v2 That's quite nice. But if only the Windows keys are displayed, there's an empty line between "Ctrl+T" and "F5". You need to move the <br> into one of those <span>s. And please split up that long line after the <br>s; 379 characters is a bit too long ;-)
Attachment #267265 -
Flags: review?(steffen.wilberg) → review-
| Assignee | ||
Comment 5•17 years ago
|
||
Addressing review comments.
Attachment #267265 -
Attachment is obsolete: true
Attachment #267812 -
Flags: review?(steffen.wilberg)
Comment 6•17 years ago
|
||
Comment on attachment 267812 [details] [diff] [review] proposed fix, v3 Great! r=me.
Attachment #267812 -
Flags: review?(steffen.wilberg) → review+
Updated•17 years ago
|
Component: Help Documentation → www.mozilla.org
Product: Thunderbird → mozilla.org
QA Contact: help-documentation → www-mozilla-org
Version: unspecified → other
Comment 7•17 years ago
|
||
> No newline at end of file
Fixed those and checked in.Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: mozilla.org → Websites
Updated•12 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•