提交 93eb8759 编写于 作者: M mdillon

[FIXED HUDSON-7055] Add call to Behaviour.applySubtree() to each chunk of text

added to the console through progressive rendering


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@33181 71c3de6d-444a-0410-be80-ed276b4c234a
上级 c83e846f
......@@ -68,6 +68,7 @@ THE SOFTWARE.
// http://www.quirksmode.org/bugreports/archives/2004/11/innerhtml_and_t.html
if (p.outerHTML) p.outerHTML = '<pre>'+text+'</pre>';
else p.innerHTML = text;
Behaviour.applySubtree(p);
if(stickToBottom) scroller.scrollToBottom();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册