cxc3214 / dwz

Automatically exported from code.google.com/p/dwz
0 stars 0 forks source link

表格高度问题,望解决。 #69

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
用老版本没有问题(没有suggest+lookup),但是用新版本后表格
高度不能自适应了,只有两行,望解决,1.3final 1.4.x 
都不行啊。后台是asp.net mvc。

Original issue reported on code.google.com by afeng788...@gmail.com on 19 Jul 2012 at 1:57

Attachments:

GoogleCodeExporter commented 9 years ago
将1.4.3的
if (! $refBox) $refBox = $this.parents("div.layoutBox:first");
替换回
if (! $refBox) $refBox = ("dialog" == $this.attr("layoutType") && $.pdialog) ? 
$.pdialog.getCurrent().find(".dialogContent") : $("#container 
.tabsPageContent");
问题解决,但不知为何,也不知道是否带来其他问题。

Original comment by afeng788...@gmail.com on 19 Jul 2012 at 3:22