FreeBSD Bugzilla – Attachment 139986 Details for
Bug 186399
www/shellinabox : Fix issue regarding some keys with Firefox
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.59 KB, created by
olivier
on 2014-02-03 06:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
olivier
Created:
2014-02-03 06:40:00 UTC
Size:
1.59 KB
patch
obsolete
>Index: www/shellinabox/Makefile >=================================================================== >--- www/shellinabox/Makefile (revision 341845) >+++ www/shellinabox/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= shellinabox > PORTVERSION= 2.14 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= www > MASTER_SITES= GOOGLE_CODE > >Index: www/shellinabox/files/patch-vt100.jspp >=================================================================== >--- www/shellinabox/files/patch-vt100.jspp (revision 0) >+++ www/shellinabox/files/patch-vt100.jspp (working copy) >@@ -0,0 +1,15 @@ >+--- shellinabox/vt100.jspp.orig 2014-02-02 18:01:56.561501876 +0100 >++++ shellinabox/vt100.jspp 2014-02-02 18:03:13.308497522 +0100 >+@@ -2894,10 +2894,10 @@ >+ event.keyCode == 226; >+ var normalKey = >+ alphNumKey || >+- event.keyCode == 59 || event.keyCode == 61 || >++ event.keyCode >= 59 && event.keyCode <= 64 || >+ event.keyCode == 106 || event.keyCode == 107 || >+ event.keyCode >= 109 && event.keyCode <= 111 || >+- event.keyCode >= 186 && event.keyCode <= 192 || >++ event.keyCode >= 160 && event.keyCode <= 192 || >+ event.keyCode >= 219 && event.keyCode <= 223 || >+ event.keyCode == 252; >+ try { > >Property changes on: www/shellinabox/files/patch-vt100.jspp >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 186399
: 139986