Hello,
I have a very simple page with a WebExporerBar. I have one group and one template with a label and a textbox. When I run it in IE8, it works fine. I can click on the textbox and type. When I view the same page in Firefox or Chrome, I am unable to type in the textbox. What am I missing?
Here's the code from b.aspx. THere is nothing in the code behind.
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="b.aspx.cs" Inherits="b" %><%@ Register Assembly="Infragistics4.Web.v10.2, Version=10.2.20102.2091, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" Namespace="Infragistics.Web.UI.NavigationControls" TagPrefix="ig" %><%@ Register Assembly="Infragistics4.Web.v10.2, Version=10.2.20102.2091, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" Namespace="Infragistics.Web.UI" TagPrefix="ig" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"> <title></title></head><body> <form id="form1" runat="server"> <div> <ig:WebScriptManager ID="WebScriptManager1" runat="server"> </ig:WebScriptManager> <ig:WebExplorerBar ID="WebExplorerBar1" runat="server" Width="250px" GroupContentsHeight="" StyleSetName="ElectricBlue" AutoPostBackFlags-ItemClick="On"> <Groups> <ig:ExplorerBarGroup Expanded="True" GroupContentsHeight="" Text="Test"> <Items> <ig:ExplorerBarItem TemplateId="NewsTemp"> </ig:ExplorerBarItem> </Items> </ig:ExplorerBarGroup> </Groups> <Templates> <ig:ItemTemplate ID="WebExplorerBar1Template1" runat="server" TemplateID="NewsTemp"> <Template> <asp:Label ID="Label1" runat="server" Text="Label"></asp:Label> <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> <br /> <asp:Label ID="Label2" runat="server" Text="Label"></asp:Label> <asp:TextBox ID="TextBox2" runat="server"></asp:TextBox> </Template> </ig:ItemTemplate> </Templates> </ig:WebExplorerBar> </div> </form></body></html>
Thanks.
Which build of NetAdvantage are you using? After some research, I have found an existing development issue that was fixed in November that appears to describe the issue that you are encountering. This fix should be available in the latest service release, build 10.2.20102.2158. Please try this build and let me know if it resolves the issue.
Swetha
Were you able to come up with the solution for this problem? Can you please provide some additional details on the status of this customer case and anticipated resolution time. Thanks
Thank you. I gave up the WebExplorerBar and used WebPanel instead. Although it is supposedly deprecated and no longer available on the Toolbox by default (brand new install of Infragistics), I was able to add it in and use it.
The WebPanel suits my needs perfectly for the time being.
Hello Sathyan, Thank you for sharing markup. Yes. I was able to replicate this issue in IE8, Firefox and Chrome browser. It looks like, Cursor placed inside Textbox disappears. I shall create a new customer case and keep you posted on this.
Thank you for your time.
Sincerely,