One thing I've noticed in OW 5.5b1 is that it now beeps everytime a key is pressed, when a text field is not in focus. This didn't happen in OW 5.1.3 (I don't remember if it was happening in the 5.5 SP releases).
On the surface this might seem to be a good idea, as it could let users know that they're not currently typing into a text box (just in case they thought they were, and aren't looking at the screen). But actually, there are now many sites that use onKeyUp events in JavaScript to provide interactivity, and -- while the events still work in 5.5b1, the system alert sound is now being played for every key press. This gets irritating quite quickly, so please, OmniGuys, make it stop doing that! It should not be an option, it should simply be removed.
A related issue is that the onKeyUp events are now not being received until I've clicked somewhere in the page. This, too, was not a problem in 5.1.3, and needs to be fixed. The page should automatically be given keyboard focus, so that onKeyUp events will work without having to click in the page first.
On the surface this might seem to be a good idea, as it could let users know that they're not currently typing into a text box (just in case they thought they were, and aren't looking at the screen). But actually, there are now many sites that use onKeyUp events in JavaScript to provide interactivity, and -- while the events still work in 5.5b1, the system alert sound is now being played for every key press. This gets irritating quite quickly, so please, OmniGuys, make it stop doing that! It should not be an option, it should simply be removed.
A related issue is that the onKeyUp events are now not being received until I've clicked somewhere in the page. This, too, was not a problem in 5.1.3, and needs to be fixed. The page should automatically be given keyboard focus, so that onKeyUp events will work without having to click in the page first.