Revert "This should fix the IE Cursor Issue #171"
This reverts commit 53bf7dc19d
.
This commit is contained in:
parent
dc6d0cda68
commit
54b912f352
1 changed files with 1 additions and 5 deletions
|
@ -3097,11 +3097,7 @@ function OUTER(gscope)
|
|||
// 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
|
||||
// contain a space, so we note its emptiness with a property.
|
||||
if(browser.version < 9) {
|
||||
lineElem.innerHTML = "";
|
||||
} else {
|
||||
lineElem.innerHTML = "<hr style=\"border:none; color:#fff; height:1px; display:none\"/>";
|
||||
}
|
||||
lineElem.innerHTML = "";
|
||||
// a primitive-valued property survives copy-and-paste
|
||||
setAssoc(lineElem, "shouldBeEmpty", true);
|
||||
// an object property doesn't
|
||||
|
|
Loading…
Reference in a new issue