Devishree Brahmbhatt (OpenERP) (dbr-openerp) has assigned this bug to you for
OpenERP GTK Client:
Working on GTK 6.0.1, if an onchange event modifies a binary field
holding an image, the screen is not modified from the returned data but
the image is read again from the server.
If you return a new image data in the result of the onchange event, the
client detects the change but instead of using the returned data as a
new image, image contents is reread from the server. This behaviour
forces you write the image data before returning the from the onchange
event, in order to ensure the screen will be refreshed.
In my case, it was no a critical problem because it was use with
osv.memory record, but it could be annoying on database records, with
can not be written til the user does not accept the modifications.
Additionally, an useless roundtrip to server is added, and thus delays
client response
** Affects: openobject-client
Importance: Low
Assignee: OpenERP sa GTK client R&D (openerp-dev-gtk)
Status: Confirmed
--
Onchange that modifies an image is not refreshed from returned value
https://bugs.launchpad.net/bugs/769542
You received this bug notification because you are a member of OpenERP sa GTK
client R&D, which is a bug assignee.
_______________________________________________
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