diff --git a/package.json b/package.json index 1002b5eb..37db0655 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "c9.ide.language.javascript.tern": "#d8f3df1b39", "c9.ide.language.javascript.infer": "#8478e3c702", "c9.ide.language.jsonalyzer": "#45453961d9", - "c9.ide.collab": "#14111ef873", + "c9.ide.collab": "#30efed939e", "c9.ide.local": "#a6e689e33b", "c9.ide.find": "#e33fbaed2f", "c9.ide.find.infiles": "#c3bf17286d", diff --git a/plugins/c9.ide.ui/lib_apf.js b/plugins/c9.ide.ui/lib_apf.js index 25988dc1..b7b625cc 100644 --- a/plugins/c9.ide.ui/lib_apf.js +++ b/plugins/c9.ide.ui/lib_apf.js @@ -35299,8 +35299,8 @@ apf.textbox = function(struct, tagName) { var v; if (this.isHTMLBox) { - if (this.$input.innerText) - v = this.$input.innerText; + if (this.$input.textContent) + v = this.$input.textContent; else { //Chrome has a bug, innerText is cleared when display property is changed v = apf.html_entity_decode(this.$input.innerHTML