Skip to content

Commit acfe30b

Browse files
authored
Merge pull request #70 from BobHanson/hanson1
final menu work
2 parents e65a3de + 09f29a1 commit acfe30b

File tree

7 files changed

+8
-56
lines changed

7 files changed

+8
-56
lines changed
10 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20181120221948
1+
20181120230421
10 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20181120221948
1+
20181120230421
10 Bytes
Binary file not shown.

sources/net.sf.j2s.java.core/methodsDeclared.csv

Lines changed: 0 additions & 48 deletions
This file was deleted.

sources/net.sf.j2s.java.core/src/swingjs/jquery/j2sMenu.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -255,12 +255,12 @@ Swing.showMenu = function(menu, x, y) {
255255
menu._visible = true;
256256
menu.timestamp = System.currentTimeMillis$();
257257
menu.dragBind(true);
258-
menu.$ulTop.unbind('clickoutjsmol mousemoveoutjsmol');
259-
if (!J2S._persistentMenu)
260-
menu.$ulTop.bind('clickoutjsmol mousemoveoutjsmol', function(evspecial, target, ev) {
261-
if (System.currentTimeMillis$() - menu.timestamp > 500)
262-
Swing.hideMenu(menu);
263-
});
258+
// menu.$ulTop.unbind('clickoutjsmol mousemoveoutjsmol');
259+
// if (!J2S._persistentMenu)
260+
// menu.$ulTop.bind('clickoutjsmol mousemoveoutjsmol', function(evspecial, target, ev) {
261+
// if (System.currentTimeMillis$() - menu.timestamp > 500)
262+
// Swing.hideMenu(menu);
263+
// });
264264
menu.$ulTop.bind("contextmenu", function() {return false;});
265265
}
266266

0 commit comments

Comments
 (0)