#17614: Fixing shape tracing scroll position

Work Items: 17614

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2011-03-30 17:24:31 -07:00
parent 8f9cd97b24
commit edc82c8b8b

View File

@@ -280,10 +280,7 @@
$('li[tree-shape-id="' + shapeNode.id + '"]').parents('li').andSelf().find('> .expando-glyph-container').each(function () {
openExpando($(this));
})
.last()
.each(function () {
this.scrollIntoView()
});
.get(0).scrollIntoView();
refreshBreadcrumb();