disable mouse scroll wheel > prevent problem with dropdown

N

nicholas

Hi,

If on an asp.net page the user has just selected a value in a dropdownlist
and scrolls with the wheel of his mouse, the selected value of the
dropdownlist will change.

How could I avoid this.

So how could I disable the mouse scrolling that dropdownlist.
Or how could I disable the mouse-scroll on those pages.
Or...
all other ideas are welcome.

Thx for help,
Nic
 
K

Kevin Spencer

Forget azbout disabling the behavior of the mouse. The browser just doesn't
have that kind of clout. If you're really concerned (this is the default
behavior of a mouse), you can use JavaScript to remove the focus from the
select object (dropdown list). The mouse scrolls the list because the select
object has the focus, and that is how the select object is designed to
behave when the mouse scrolls.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Neither a follower
nor a lender be.
 

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

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top