Revert "This should fix the IE Cursor Issue #171"
This reverts commit 53bf7dc19d
.
This commit is contained in:
parent
dc6d0cda68
commit
54b912f352
|
@ -3097,11 +3097,7 @@ function OUTER(gscope)
|
||||||
// Such a div is what IE 6 creates naturally when you make a blank line
|
// Such a div is what IE 6 creates naturally when you make a blank line
|
||||||
// in a document of divs. However, when copy-and-pasted the div will
|
// in a document of divs. However, when copy-and-pasted the div will
|
||||||
// contain a space, so we note its emptiness with a property.
|
// contain a space, so we note its emptiness with a property.
|
||||||
if(browser.version < 9) {
|
lineElem.innerHTML = "";
|
||||||
lineElem.innerHTML = "";
|
|
||||||
} else {
|
|
||||||
lineElem.innerHTML = "<hr style=\"border:none; color:#fff; height:1px; display:none\"/>";
|
|
||||||
}
|
|
||||||
// a primitive-valued property survives copy-and-paste
|
// a primitive-valued property survives copy-and-paste
|
||||||
setAssoc(lineElem, "shouldBeEmpty", true);
|
setAssoc(lineElem, "shouldBeEmpty", true);
|
||||||
// an object property doesn't
|
// an object property doesn't
|
||||||
|
|
Loading…
Reference in New Issue