Bug 916997 - All lines are joined into one line when copying text from the Web Console; r=past

This commit is contained in:
Mihai Sucan
2013-09-19 21:03:10 +03:00
parent f5fac57141
commit bda1709df3
6 changed files with 88 additions and 6 deletions

View File

@@ -413,6 +413,7 @@ Messages.NavigationMarker.prototype = Heritage.extend(Messages.BaseMessage.proto
render().element.appendChild(urlnode);
this.element.classList.add("navigation-marker");
this.element.url = this._url;
this.element.appendChild(doc.createTextNode("\n"));
return this;
},