1

I have absolutely the same problem as described here: What event do I need to supress to stop IE from "Dinging" when I press enter in a text box? But i'm using ExtJS and i don't understand which event i should use for fix this problem. I have tried all key events(keypress, keyup and keydown) but it doesn't work.

Do somebody know how to fix it? Without disable system sounds.

Community
  • 1
  • 1
Vartlok
  • 2,539
  • 3
  • 32
  • 46

2 Answers2

0

It might be a setting in the Control Panel causing the issue. Try the following;

Control Panel -> Sound -> Sounds (tab) -> Sound Scheme -> Windows Default

Click Apply, OK, then maybe even log out and back in. Then give it a go.

Danijel-James W
  • 1,356
  • 2
  • 17
  • 34
0

So, solution in my case is switch from "xtype: form" to "xtype: panel". After that sound are disappeared.

But I guess the solution can be applied not in all cases.

Vartlok
  • 2,539
  • 3
  • 32
  • 46