I'm trying to activate another button than default when the user hits enter. In this particular case I cannot use asp:panel defaultbutton. My code works fine in ie7, but in firefox 2 the propagation of the event doesn't stop. The code (simplified): function setupHandler() { Sys.UI.DomEvent.addHandler...