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
Good Day,A few days ago we upgraded our version of IntersoftWebStudio with all updates.Because of this update however, the OnClientClick Javascript Event for ImageButton does not work anymore.If you use "<asp:Image>" with OnClick instead of "<asp:ImageButton>" with OnClientClick, it works.This problem seems to only occur with ImageButtons.I've uploaded a testsite for you to look at as an attachment + I added the code in this post as well.The Intersoft Version we are using: The ASPX Page:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="TestImageButton.aspx.cs" Inherits="Test_Debug_TestImageButton" %><%@ Register Assembly="ISNet.WebUI.WebDesktop" Namespace="ISNet.WebUI.WebDesktop" TagPrefix="ISWebDesktop" %><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" ><html><head runat="server"> <title></title></head><body> <form id="form1" runat="server"> <ISWebDesktop:WebFlyPostBackManager ID="uiService" runat="server" ServiceUrl="TestImageButton.aspx" TimeoutInterval="900" LoaderStyle-BackColor="Black" BlockPageUIOnBusy="true" EnableUIMode="true"> <FlyPostBackSettings PostControlState="true" PostHiddenFields="true" PostInputControls="true" PostViewState="true" /> </ISWebDesktop:WebFlyPostBackManager> <asp:ImageButton ID="ImageButton" runat="server" OnClientClick="alert('Javascript is working!');" AlternateText="ClickMe" /> </form></body></html>
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using ISNet.WebUI;using ISNet.WebUI.WebDesktop;public partial class Test_Debug_TestImageButton : System.Web.UI.Page{ WebFlyPostBackListener listener = null; protected void Page_Load(object sender, EventArgs e) { listener = new WebFlyPostBackListener(this); }}
I’m sorry to inform you that the sample attached in your first post of this thread is not properly uploaded yet. It returns “HTTP 404 NOT FOUND” when tried to be downloaded.
However, I have managed to reproduce the issue using the provided snippet code.
The issue has been forwarded to WebDesktop development team for further investigation. I’ll keep you updated with any news I heard from the team regarding this issue.
Thank you for the feedback.
I’m sorry to inform you that the sample attached in your first post of this thread is not properly uploaded yet. It returns “HTTP 404 NOT FOUND” when tried to be downloaded.However, I have managed to reproduce the issue using the provided snippet code. The issue has been forwarded to WebDesktop development team for further investigation. I’ll keep you updated with any news I heard from the team regarding this issue. Thank you for the feedback.
The Code in the Attachment is the same as the one in the snippet code.
Thank you very much for the fast answer.
regards,
The report is filed under work item #923.
The hotfix of this issue will be released in the next regular hotfix-release schedule. Should the nightly-build (pre-release) hotfix ready, I’ll inform you, so that you can give us your feedback regarding the hotfix of the issue.
I haven’t heard any news from the development team regarding work item #923.
I’ll keep you updated with any news related to the issue that we discussed.
Hello Yudi,
Sorry that I'm asking again, but it has been some time since I've heard anything.
Is there any News about this Issue?
Thanks,
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