Reply
Firefox issue - Not able to scroll down and up thru mouse wheel navigation icon
Old 04-16-2007, 06:08 AM Firefox issue - Not able to scroll down and up thru mouse wheel navigation icon
Junior Talker

Posts: 4
I have a simple HTML page where I have a form with in a <div style="height: 600px; width: 100%; overflow: auto;">. The mentioned div styles are mandatory to get the expected behavior of the div.Now, in Firefox, the page appears properly as expected. I can scroll down and up the div part by dragging the scroll bar by mouse and I can scroll down and up the div part by rolling up and down the mouse wheel as well. But I am facing the problem if I single-click the mouse wheel, the four headed mouse navigation icon appears and not able to scroll the page up and down by simply moving the icon!In other browser I am getting up and down two headed mouse wheel navigation icon and it allows me to scroll the page up and down by simply moving the icon as expected.Please help.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Here is the test page:
<html>
<head>
<title></title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
</head>
<body>
<div style="height: 600px; width: 99%; overflow: auto;">
<p>test</p>
<p>test</p>
<p>test</p>
<p>test</p>
<p>test</p>
<p>test</p>
<p>test</p>
<p>test</p>
<p>test</p>
<p>test</p>
<p>test</p>
<p>test</p>
<p>test</p>
<p>test</p>
<p>test</p>
<p>test</p>
<p>test</p>
<p>test</p>
<p>test</p>
<p>test</p>
<p>test</p>
<p>test</p>
<p>test</p>
</div>
</body>
</html>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~it will be a big accessibility issue... please help
kallol is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 04-16-2007, 06:33 AM Re: Firefox issue - Not able to scroll down and up thru mouse wheel navigation icon
tripy's Avatar
Fetchez la vache!

Posts: 1,849
Name: Thierry
Location: In the void
I don't see where is the problem.

The mouse wheel click is sensed bring up this "arrow scroll" behaviour.
It's designed for peoples using laptop or old mouses without scroll button.

As this function is designed to scroll in the page, it won't scroll into elements.
If it's what you want to do, I'm affraid there isn't easy solution to do it.

But can I ask you how this could be a "big accessibility issue" ?
I don't really see why.
__________________
Listen to the ducky: "This is awesome!!!"

tripy is offline
Reply With Quote
View Public Profile
 
Old 04-16-2007, 07:57 AM Re: Firefox issue - Not able to scroll down and up thru mouse wheel navigation icon
Junior Talker

Posts: 4
If it’s only designed for Laptop user and mouse without scroll button, then mouse with wheel should not have the ability to get navigation arrow headed icon option to do so and its working fine in IE as expected as I described in my post.

And accessibility concern. For a specific application, I have a huge range of power user group who used to do the same way I explained and they are getting problem in FF and expecting the same should work as IE.
kallol is offline
Reply With Quote
View Public Profile
 
Old 04-16-2007, 10:49 AM Re: Firefox issue - Not able to scroll down and up thru mouse wheel navigation icon
tripy's Avatar
Fetchez la vache!

Posts: 1,849
Name: Thierry
Location: In the void
It's an option in Firefox.
You can enable or disable it via

tools->options->general->advanced-> use autoScrolling

After that, for a program, a wheel click event is not different thant a middle click event, as it's the same.
All the interpretation of the event is left to the developpers.

Heck, what about those peoples who map middle button click to "close window" ?
It's not something, in my opinion, you can really rely on.
It's too easily modified by extentions, or programs.
__________________
Listen to the ducky: "This is awesome!!!"

tripy is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Firefox issue - Not able to scroll down and up thru mouse wheel navigation icon
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.13147 seconds with 13 queries