[IMP] When attrs show a notebook tab, select it

bzr revid: fme@openerp.com-20120912123236-q79kqdu8z4x1rphy
This commit is contained in:
Fabien Meghazi 2012-09-12 14:32:36 +02:00
parent 03427d0ecb
commit 746745e395
1 changed files with 4 additions and 0 deletions

View File

@ -1399,6 +1399,10 @@ instance.web.form.FormRenderingEngine = instance.web.form.FormRenderingEngineInt
if (! page.__ic)
return;
page.__ic.on("change:effective_invisible", null, function() {
if (!page.__ic.get('effective_invisible')) {
$new_notebook.tabs('select', i);
return;
}
var current = $new_notebook.tabs("option", "selected");
if (! pages[current].__ic || ! pages[current].__ic.get("effective_invisible"))
return;