Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dialog iframe 无法设置固定高度 #17

Closed
popomore opened this issue Jan 8, 2013 · 0 comments
Closed

dialog iframe 无法设置固定高度 #17

popomore opened this issue Jan 8, 2013 · 0 comments
Labels

Comments

@popomore
Copy link
Member

popomore commented Jan 8, 2013

设置 height 时应该不会再去计算高度

if (this._type === 'iframe') {
  this.element.css('height', DefaultHeight);
  this._showIframe();
}

iframe 先设置了定高,onload 后调用 _syncHeight 判断有设置 height 不会再计算。

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant