Skip to content

Commit

Permalink
fix selection in IE
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Jan 17, 2017
1 parent 0258238 commit a575799
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -25,6 +25,7 @@
fix echo resolved content when interpreter return a promise
fix for valid /[/]/g regex
fix pushing JSON-RPC intepreter
fix selection in IE
0.11.23 add scrollBottomOffset option
0.11.22 scroll to bottom of the terminal when option scrollOnEcho is set to false but the terminal is
at the bottom, add new api methods is_bottom and scroll_to_bottom.
Expand Down
4 changes: 2 additions & 2 deletions css/jquery.terminal-0.11.23.css
Expand Up @@ -12,7 +12,7 @@
* Copyright (c) 2011-2017 Jakub Jankiewicz <http://jcubic.pl>
* Released under the MIT license
*
* Date: Sun, 15 Jan 2017 15:49:17 +0000
* Date: Tue, 17 Jan 2017 16:30:13 +0000
*/
.terminal .terminal-output .format, .cmd .format,
.cmd .prompt, .cmd .prompt div, .terminal .terminal-output div div{
Expand Down Expand Up @@ -448,7 +448,7 @@
-webkit-user-select: initial;
-khtml-user-select: initial;
-moz-user-select: initial;
-ms-user-select: initial;
-ms-user-select: text;
user-select: initial;
}
.terminal, .terminal-output, .terminal-output div {
Expand Down
4 changes: 2 additions & 2 deletions css/jquery.terminal-0.11.23.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/jquery.terminal-src.css
Expand Up @@ -448,7 +448,7 @@
-webkit-user-select: initial;
-khtml-user-select: initial;
-moz-user-select: initial;
-ms-user-select: initial;
-ms-user-select: text;
user-select: initial;
}
.terminal, .terminal-output, .terminal-output div {
Expand Down
4 changes: 2 additions & 2 deletions css/jquery.terminal.css
Expand Up @@ -12,7 +12,7 @@
* Copyright (c) 2011-2017 Jakub Jankiewicz <http://jcubic.pl>
* Released under the MIT license
*
* Date: Sun, 15 Jan 2017 15:49:17 +0000
* Date: Tue, 17 Jan 2017 16:30:13 +0000
*/
.terminal .terminal-output .format, .cmd .format,
.cmd .prompt, .cmd .prompt div, .terminal .terminal-output div div{
Expand Down Expand Up @@ -448,7 +448,7 @@
-webkit-user-select: initial;
-khtml-user-select: initial;
-moz-user-select: initial;
-ms-user-select: initial;
-ms-user-select: text;
user-select: initial;
}
.terminal, .terminal-output, .terminal-output div {
Expand Down

0 comments on commit a575799

Please sign in to comment.