Open Bug 833716 Opened 13 years ago Updated 3 years ago

Improve WM_APPCOMMAND support ("Close" Multimedia Key on Windows closes mailer, not current tab)

Categories

(Thunderbird :: OS Integration, defect)

x86_64
Windows 8
defect

Tracking

(Not tracked)

People

(Reporter: masayuki, Unassigned)

References

Details

Bug-org 672193 has been fixed. So, now, Thunderbird can be improved more familiar with multimedia keyboards on Windows. And if the handler wants to prevent the default behavior of keyboard utility, it should call preventDefault() rather than stopPropagation(). Current code doesn't call preventDefault() that may cause same action happened twice. Here is the current event handler: http://mxr.mozilla.org/comm-central/source/mozilla/browser/components/places/content/places.js#98 And I think that similar handler should also be implemented on composing window and/or something.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.