Rank: Member Groups: Member
Joined: 9/9/2007 Posts: 18
|
Hello,
It is impossible to select the text of the textbox with firefox.
Example of script below :
<eo:SlideMenu ID="SlideMenu2" runat="server" Width="160px"> <TopGroup> <Items> <eo:MenuItem CustomItemID="CustomItem1" Text-Html="test"> </eo:MenuItem> </Items> </TopGroup> </eo:SlideMenu> <eo:CustomItem ID="CustomItem1" runat="server" Height="50px" Width="150px"> <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> </eo:CustomItem>
how to resolve this problem ?
Thank you.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Mick, unfortunately this is one of the few FireFox quirks that we haven't found any workaround yet. :( The problem should not affect user typing though.
|
Rank: Member Groups: Member
Joined: 9/9/2007 Posts: 18
|
ok thank you.
|