|
Bugzilla – Full Text Bug Listing |
| Summary: | sax2: mouse module: ignores the mouse wheel checkbox | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.1 | Reporter: | macias - <bluedzins> |
| Component: | YaST2 | Assignee: | 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
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 The data are correct, for disabled wheel the entry looks like this: 1 ZAxisMapping (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. (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). 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. > 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. |