mentioning

This commit is contained in:
jomo
2014-07-06 04:57:51 +02:00
parent 2b1e8acee3
commit b1d797ce06
21 changed files with 326 additions and 60 deletions

View File

@@ -223,7 +223,9 @@
"overflow-x" : "hidden",
"line-height" : $(data.ta).css("line-height"),
"overflow-y" : "hidden",
"z-index" : -10
"z-index" : -10,
"color" : "transparent",
"visibility" : "hidden"
});
//console.log("createClone: ta width=",$(data.ta).css("width")," ta clientWidth=",data.ta.clientWidth, "scrollWidth=",data.ta.scrollWidth," offsetWidth=",data.ta.offsetWidth," jquery.width=",$(data.ta).width());