← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 705806] Re: "Manage views -> Edit" does not work in Google Chrome

 

Hello again,

The problem I detected is in:
addons/openerp/controllers/templates/viewlist.mako

In line 53 we can find the javascript code:

window.opener.setTimeout("openobject.tools.openWindow('" + act + "')",
0);

Chrome has a problem with the setTimeout, if we avoid that function it
works correctly.

I propose to change this code with:

openobject.tools.openWindow(act)

It seems to work well in all browsers

Regards

-- 
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/705806

Title:
  "Manage views -> Edit" does not work in Google Chrome

Status in OpenERP Web Client:
  Confirmed

Bug description:
  When I click "Manage views -> Edit", it closes the frame but doesn't open the new window for edition.
  Issue with Google Chrome.





References