c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #27457
[Bug 802601] Re: [V6.0.2] Undesirabled Mouse wheel effect in numeric widget
Compare http://www.openerp.com/forum/topic23520.html
We tried to have this handled as OPW, but it was not categorized as bug.
Tip from OpenERP was:
1. Change the layout to be a character-like widget (simple text field).
You can get this done by changing few lines of code over GTK/web client.
While browsing the code, I found a place to change this behaviour in bin/widget/view/form_gtk in
spinbutton.py and spinint.py, setting the gtk.SpinButton adjustment
value to zero. (one changed line)
Thus changes through scrolling would be "limited to 0" per click.
But I suspect this won't be accepted into the code base.
Maybe with a configuration option, to scroll or not to scroll, in the GTK client, but I'm not able to program this because of lack of gtk knowledge.
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/802601
Title:
[V6.0.2] Undesirabled Mouse wheel effect in numeric widget
Status in OpenERP GTK Client:
Confirmed
Bug description:
I think my report is for a whishlist for usuability !
- A form is opened (i.e. partner form)
- the user scroll down to see some fields at the bottom of the form
- "helàs" : the mouse cursor is hover a numeric widget --> the scroll is not made on the form, the widget take the scrolling for it and increase or decrease the numeric value !!
As a user I think it would be better to disable the mouseWheel versus
have wrong values entered anywhere in my form !!!
Thanks
fvo
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-client/+bug/802601/+subscriptions
References