git-svn-id: http://xe-core.googlecode.com/svn/trunk@1777 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-26 09:54:48 +00:00
parent eb480a4e85
commit 252cae648c
2 changed files with 2 additions and 2 deletions

View file

@ -183,7 +183,7 @@ function completeGetCategoryTplInfo(ret_obj, response_tags) {
xTop(obj, y);
xRemoveEventListener(document,'mousedown',checkMousePosition);
if(xGetElementById('cBody')) {
if(xGetElementById('cBody') && xHeight('cBody')< y+xHeight(obj)+50) {
xHeight('cBody', y + xHeight(obj) + 50);
}
}

View file

@ -83,7 +83,7 @@ function completeGetMenuItemTplInfo(ret_obj, response_tags) {
xTop(obj, y);
xRemoveEventListener(document,'mousedown',checkMousePosition);
if(xGetElementById('cBody')) {
if(xGetElementById('cBody') && xHeight('cBody')< y+xHeight(obj)+50) {
xHeight('cBody', y + xHeight(obj) + 50);
}
}