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

我在uedtior.all.js里面注释了container.style.position = "static"; 为什么uedtior还是无法在模态框中全屏呢 #645

Open
CherylYao0 opened this issue Nov 14, 2019 · 0 comments

Comments

@CherylYao0
Copy link

if (fullscreen) {
while (container.tagName != "BODY") {
var position = baidu.editor.dom.domUtils.getComputedStyle(container, "position");
nodeStack.push(position);
// container.style.position = "static";
container = container.parentNode;
}

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

No branches or pull requests

1 participant