Bugzilla – Bug 105781
wheel highlight in sax2 mouse test inconsistent
Last modified: 2005-08-19 13:59:13 UTC
I have a wheel mouse and sax2 knows this. I perform the following steps in the sax2 mouse test area: * scroll down I get a round black arrow pointing down. scroll up I get a round black arrow pointing up. This is the expected behaviour. * scroll up I get a round black arrow pointing up. scroll down I get a round black arrow pointing up and down. If I wait long enough to let the first up arrow disappear, I get a single down arrow but if I scroll up and immediately down, I get a combined arrow as long as I keep scrolling down. The up arrow does not disappear any more.
:-) nice bug report but this behavior is intended. The problem is if I display the arrow up/down pictures a shorter time the action of scrolling the wheel will result in permanently show/disappear/show/disappear effect which would be really a bad implementation. Therefore the picture is displayed a view seconds. If you scroll to the other direction within this time both pictured are superposed which is intended and seems logical to me. So I'm sorry but I will not change that ;)
> If you scroll to the other direction within this time both pictured are > superposed No. down-up-up-up shows first "down", then only "up" but up-down-down-down shows first "up", then "up+down". > which is intended and seems logical to me. OK. If you say up-down behaves correctly, please correct the behaviour of down-up. My bug reports is only about the inconsistency between up-down and down-up.
ok yes you are right, I fixed it ;)