Listbox disabled - cant scroll in IE - can scroll in Firefox

G

Guest

Hello,

i was wondering if its an limitation of IE when a asp.net listbox is set
disabled, then a user wont be able to scroll inside the listbox. While the
user can scroll inside the listbox when he uses firefox.

Below a simple code which i tested:

<form id="Form1" runat="server">
<asp:ListBox id="drop1" rows="3" runat="server" disabled>
<asp:ListItem selected="true">Item 1</asp:ListItem>
<asp:ListItem>Item 2</asp:ListItem>
<asp:ListItem>Item 3</asp:ListItem>
<asp:ListItem>Item 4</asp:ListItem>
<asp:ListItem>Item 5</asp:ListItem>
<asp:ListItem>Item 6</asp:ListItem>
</asp:ListBox>
</form>

Thanks in advance,

Richard Nijkamp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top