Closed
Bug 569
Opened 27 years ago
Closed 24 years ago
Make the Beep Stop!
Categories
(Core :: DOM: Editor, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: paulmac, Assigned: rods)
Details
Hitting Return in the URL Bar causes a beep for those machines that are
auditorially endowed. Make it stop, please.
This is because our widget toolkit doesn't handle WM_CHAR. The default
handler for WM_CHAR for TEXT controls calls MessageBeep for illegal chars.
There's no mechanism for intercepting WM_CHAR.
Comment 2•27 years ago
|
||
This seems to work now
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Component: Unknown → Editing Interfaces
Reporter | ||
Comment 3•26 years ago
|
||
old bug, marking verified
Comment 4•24 years ago
|
||
mid-air collision ? / bugzilla cleanup
Reopening (current State: verified and no resolution)
Status: VERIFIED → REOPENED
Comment 5•24 years ago
|
||
fixed
Status: REOPENED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 7•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/webmaker-login-ux
https://github.com/mozilla/webmaker-login-ux/commit/523aa41b01542d421835dc87fb3d963af3e3e2a5
Fixed issue#569 in webmaker-app
https://github.com/mozilla/webmaker-login-ux/commit/e3559b621bebc24713ff4c1c56d6b2b30cf8871f
Fixed issue#569 - webmaker: inconsistent right margin on Next button
You need to log in
before you can comment on or make changes to this bug.
Description
•