Skip to content

Commit b7e333a

Browse files
hansonrhansonr
authored andcommitted
SwingJS update
1 parent 4346762 commit b7e333a

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed
5.25 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20190714174213
1+
20190717082512
5.25 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20190714174213
1+
20190717082512
5.25 KB
Binary file not shown.

sources/net.sf.j2s.java.core/srcjs/swingjs2.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12170,9 +12170,10 @@ console.log("J2S._getRawDataFromServer " + J2S._serverUrl + " for " + query);
1217012170
return true;
1217112171
}
1217212172
var target = ev.target["data-keycomponent"];
12173-
if (!target) {
12174-
return;
12175-
}
12173+
// BH 2019 - need this for the focus manager to pick up accelerators and other mapped items
12174+
//if (!target) {
12175+
// return;
12176+
//}
1217612177
if (ev.keyCode == 9 && ev.target["data-focuscomponent"]) {
1217712178
ev.stopPropagation();
1217812179
ev.preventDefault();

0 commit comments

Comments
 (0)