Bug 503347

Summary: sax2: mouse module: ignores the mouse wheel checkbox
Product: [openSUSE] openSUSE 11.1 Reporter: macias - <bluedzins>
Component: YaST2Assignee: Stefan Dirsch <sndirsch>
Status: RESOLVED WONTFIX QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P5 - None    
Version: Final   
Target Milestone: ---   
Hardware: x86-64   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description macias - 2009-05-13 09:16:16 UTC
mouse module: ignores the mouse wheel checkbox

Run the mouse module, set the wheel scroll checkbox on. The results?
  Option       "ZAxisMapping" "4 5"
included in xorg.conf.

Ok, run it again, this time set it off. The results?
  Option       "ZAxisMapping" "4 5"
included in xorg.conf.
Comment 1 Marcus Schaefer 2009-05-18 07:04:03 UTC
can you check the contents of /var/lib/sax/apidata after you have
disabled the mouse wheel ?

Stefan I noticed you did some changes to the mouse module and I think
you also want to switch it off ? ...I'm wondering
Comment 2 macias - 2009-05-18 09:41:30 UTC
The data are correct, for disabled wheel the entry looks like this:

1      ZAxisMapping
Comment 3 Stefan Dirsch 2009-05-18 10:48:23 UTC
(In reply to comment #1)
> Stefan I noticed you did some changes to the mouse module and I think
> you also want to switch it off ? ...I'm wondering

Only for 11.2. It will remain on 11.1/SLE11.
Comment 4 Stefan Dirsch 2009-05-18 10:53:12 UTC
(In reply to comment #2)
> The data are correct, for disabled wheel the entry looks like this:
> 
> 1      ZAxisMapping

This is what you're seing in the mouse section of xorg.conf? Really? It should
be 

  Option  "ZAxisMapping" ""

instead (which doesn't help either as we've seen before in a report you've filed as well).
Comment 5 Stefan Dirsch 2009-05-18 11:08:48 UTC
When disabling mouse wheel SaX2 just removes that option completely. Unfortunately enabling the mouse wheel, i.e. "ZAxisMapping" "4 5" is meanwhile the default. I'm reluctant to still address such minor changes in SaX (who the hell wants to disable the wheel mouse?), now that we remove the mouse module completely anyway ...

==> WONTFIX

Workaround for you: 

  Option       "ZAxisMapping" "8 9"

There shouldn't be any application, which listens to button 8/9 by default.
Comment 7 macias - 2009-05-18 11:59:20 UTC
> The data are correct, for disabled wheel the entry looks like
> > this:
> >
> > 1      ZAxisMapping
>
> This is what you're seing in the mouse section of xorg.conf?

I was asked about apidata so I was writing about apidata, not xorg.conf.

> Really? It should be
>
>   Option  "ZAxisMapping" ""

I know. It isn't.

> instead (which doesn't help either as we've seen before in a report
> you've filed as well).

Yes, that's correct.

> When disabling mouse wheel SaX2 just removes that
> option completely. 

In xorg.conf? Not true.

> now that we remove the mouse module
> completely anyway ...
>
> ==> WONTFIX

Wouldn't it be more sane to shutdown all such reports initially instead of discussing them? :-) Or even better when selecting "yast" product show reminder which components will be removed, thus no point filling the report.

Thank you for the tip, I'll try it out.