iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi,
We have an issue when we use ApplyFiltersKey="Enter" when there is a button in the same page.
The problem is only there with firefox.
Look at the sample attached, type "s" and press enter in the filter box, you will see an unhandle exception appear.
Regards,
Alex
The unhandled exception happen because the form is submitted. If you press Enter key while an input field has focus, the form will be submitted (except for textareas).
The browser, in this case is Firefox, is trying to be a nice guy and click the “ButtonTest” for you, even if you didn’t set it to be the default.
Try to set UseSubmitBehavior property of ButtonTest to false in order to avoid ButtonTest click event got invoked when user press Enter.
<asp:Button ID="_buttonTest" runat="server" Text="ButtonTest" UseSubmitBehavior="false" />
Hope this helps.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname