Browse Source
Add support for Virtual Keyboard on Mobile Devices
pull/123/head
Antonio Calatrava
9 years ago
committed by
cbutler
No known key found for this signature in database
GPG Key ID: 9EB3D625BD14DDEC
1 changed files with
1 additions and
0 deletions
-
public/wetty/hterm_all.js
|
|
@ -8375,6 +8375,7 @@ hterm.ScrollPort.prototype.decorate = function(div) { |
|
|
|
// from screen.js. I need to pick a better name for one of them to avoid
|
|
|
|
// the collision.
|
|
|
|
this.screen_ = doc.createElement('x-screen'); |
|
|
|
this.screen_.setAttribute('contenteditable', ''); |
|
|
|
this.screen_.setAttribute('role', 'textbox'); |
|
|
|
this.screen_.setAttribute('tabindex', '-1'); |
|
|
|
this.screen_.style.cssText = ( |
|
|
|