Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Question about sound in IE9

    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!

    Code:
    isc.DynamicForm.create({
        width: 250,
        fields: [
            {name: "username",
             title: "Username",
             type: "text"
            },
            {name: "email",
             title: "Email",
             type: "text"
            }
        ]
    });

    #2
    Any update on this question? Thanks!
    Last edited by ESherbakova; 21 Oct 2014, 09:12.

    Comment


      #3
      Any update would be greatly appreciated! Thanks!

      Comment


        #4
        Hello, these posts are coming from an account where you've asked us to revoke support. When you first started posting from this revoked account, your account rep reminded you via email that this account should no longer be used.

        If you need attention to these issues, please post them using the new account which actually has a support plan in place.

        Comment

        Working...
        X