Hi,
We have a question about the sound in IE9 while pressing "Enter" key in a TextItem if there are more than one TextItems in the DynamicForm.
This sound happens when we turn on the "Play system sounds" option for IE ("Internet Options" > "Advanced" Tab > "Settings" table), and Windows has the "Windows Default" Sound Scheme. When the focus is in a TextItem and the "Enter" key is pressed, the system's "Default Beep" sound is played.
This sound is sometimes annoying as our client reported. We are just wondering if there is anyway to turn off this sound in the code except turning off the "Play system sounds" options for IE. (Our customer want this option to be turned on.)
This can be reproduced in IE9 with SmartClient_v83p_2014-09-11_PowerEdition.
Thanks!
We have a question about the sound in IE9 while pressing "Enter" key in a TextItem if there are more than one TextItems in the DynamicForm.
This sound happens when we turn on the "Play system sounds" option for IE ("Internet Options" > "Advanced" Tab > "Settings" table), and Windows has the "Windows Default" Sound Scheme. When the focus is in a TextItem and the "Enter" key is pressed, the system's "Default Beep" sound is played.
This sound is sometimes annoying as our client reported. We are just wondering if there is anyway to turn off this sound in the code except turning off the "Play system sounds" options for IE. (Our customer want this option to be turned on.)
This can be reproduced in IE9 with SmartClient_v83p_2014-09-11_PowerEdition.
Thanks!
Code:
isc.DynamicForm.create({ width: 250, fields: [ {name: "username", title: "Username", type: "text" }, {name: "email", title: "Email", type: "text" } ] });
Comment