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
when I use Js code to pop a WebDialogBox,it displays on ie8.0,but when On ff,it displays strange.(please See the picture below)I can not choose any row by clicking left button except clicking right button. HoW to solve the WebDialogBox issue on firefox ?Anyone can help me?thank you function PopupCurGrid() { var dlgBoxAbout = ISGetObject("WebDialogBox1"); if ( event.keyCode == 13) { dlgBoxAbout.ShowDialog(); } } <ISWebDesktop:WebDialogBox ID="WebDialogBox1" runat="server" Height="420px" Width="410px" DialogBoxImage="None"> <ContentTemplate> <asp:ScriptManager ID="ScriptManager1" runat="server" /> <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate> <table width="375px"> <tr> <td width="45px"> 关键字 </td> <td> <ISWebInput:WebInput Width="100px" ID="WebInput1" runat="server"> </ISWebInput:WebInput> </td> <td> <ISWebDesktop:WebButton ID="WebButton2" runat="server" Height="20px" Text="查找" Width="50px" OnClicked="WebButton2_Clicked" AutoPostback="true" PostBackMode="FullPostBack"> </ISWebDesktop:WebButton> </td> </tr> <tr> <td colspan="3"> <ISWebGrid:WebGrid ID="WebGrid2" runat="server" Height="315px" UseDefaultStyle="True" Width="371px" DefaultStyleMode="Elegant" OnInitializeDataSource="WebGrid2_InitializeDataSource"> <LayoutSettings AlternatingColors="false" AllowContextMenu="False"> <ClientSideEvents OnCellDblClick="DbclickAutoFill()" /> <SelectedRowStyle BackColor="#FFBD69" /> </LayoutSettings> <RootTable DataKeyField="fullname"> <Columns> <ISWebGrid:WebGridColumn Caption="商品编号" DataMember="tradecode" Name="tradecode" Width="70px"> </ISWebGrid:WebGridColumn> <ISWebGrid:WebGridColumn Caption="商品名称" DataMember="fullname" Name="fullname" Width="70px"> </ISWebGrid:WebGridColumn> <ISWebGrid:WebGridColumn Caption="商品单位" DataMember="unit" Name="unit" Width="70px"> </ISWebGrid:WebGridColumn> <ISWebGrid:WebGridColumn Caption="库存数量" DataMember="qty" DataType="System.Double" Name="qty" Width="70px"> </ISWebGrid:WebGridColumn> <ISWebGrid:WebGridColumn Caption="单价/元" DataFormatString="##,###.00" DataMember="averageprice" DataType="System.Double" Name="averageprice" Width="70px"> </ISWebGrid:WebGridColumn> </Columns> </RootTable> </ISWebGrid:WebGrid> </td> </tr> </table> </ContentTemplate> </asp:UpdatePanel> <asp:SqlDataSource ID="Sqltb_stock" runat="server" ConnectionString="<%$ ConnectionStrings:db_CMSConnectionString %>" SelectCommand="SELECT [tradecode], [fullname], [unit], [qty], [averageprice] FROM [tb_stock]"> </asp:SqlDataSource> </ContentTemplate> </ISWebDesktop:WebDialogBox>
when I use Js code to pop a WebDialogBox,it displays on ie8.0,but when On ff,it displays strange.(please See the picture below)I can not choose any row by clicking left button except clicking right button.
HoW to solve the WebDialogBox issue on firefox ?Anyone can help me?thank you
function PopupCurGrid() { var dlgBoxAbout = ISGetObject("WebDialogBox1"); if ( event.keyCode == 13) { dlgBoxAbout.ShowDialog(); }
}
Hi Frank,
Everything works on my side. I have attached my simple sample. Please kindly check my attached sample on your side.
Let me know the output of my sample. If somehow my sample did not met your scenario, could you please change my sample and send it back to me again.
Thank you and have a nice day.
Regards,Niven.
I am Sorry your demo works wrong ,too.Anyway,I use your standard Demo ,it works wrong on ff,but it works right on IE8.0please see the picture below.My Environment:WinServer 2003 Sp2Visual 2008FireFox3.6.10
I'm able to replicate the issue. I will report this issue to the developement team.
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