From a2f6f2be03e4828ae20298e0eaa3fdb24526f7fd Mon Sep 17 00:00:00 2001 From: TDaglis Date: Thu, 12 Nov 2015 15:05:51 +0200 Subject: [PATCH] added comment for fix explained IE "hack" to fix textarea's blinking cursor --- src/xterm.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/xterm.css b/src/xterm.css index 236e304b..b0876f2d 100644 --- a/src/xterm.css +++ b/src/xterm.css @@ -57,6 +57,10 @@ } .terminal .xterm-helper-textarea { + /* + * HACK: to fix IE's blinking cursor + * Move textarea out of the screen to the far left, so that the cursor is not visible. + */ text-indent: -9999em; opacity: 0; width: 0;