Review: Disapprove

The widget *already* correctly sets its value when selecting a new value via 
the datepicker (follow the chain starting from "on_picker_select").

The actual issue here is a problem of synchronization: the form's on_change 
handler is called before the widget's value gets correctly updated (thus the 
remote on_change method gets called with the wrong value), the real question 
here is *why* this incorrect synchronization, and only by answering this 
question (which is the root of the problem) will you fix the bug.

There is no way the current "fix" is acceptable.
-- 
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-885681-kch/+merge/82247
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openerp-web/trunk-bug-885681-kch.

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to